flex.css -> flex.scss for dat scoping
This commit is contained in:
parent
c5f6868a63
commit
33e05014fd
@ -235,12 +235,13 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped src="../res/css/flex.scss"></style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '../res/css/colors.scss';
|
||||
@import '../res/css/font/overpass.css';
|
||||
@import '../res/css/font/overpass-mono.css';
|
||||
@import '../res/css/common.scss';
|
||||
@import '../res/css/flex.css';
|
||||
|
||||
|
||||
.root-window {
|
||||
|
@ -101,7 +101,7 @@ export default {
|
||||
|
||||
<style src="../../res/css/font/overpass.css"></style>
|
||||
<style src="../../res/css/font/overpass-mono.css"></style>
|
||||
<style src="../../res/css/flex.css"></style>
|
||||
<style src="../../res/css/flex.scss"></style>
|
||||
<style src="../../res/css/common.scss"></style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
@ -102,7 +102,7 @@ export default {
|
||||
|
||||
<style src="../../res/css/font/overpass.css"></style>
|
||||
<style src="../../res/css/font/overpass-mono.css"></style>
|
||||
<style src="../../res/css/flex.css"></style>
|
||||
<style src="../../res/css/flex.scss"></style>
|
||||
<style src="../../res/css/common.scss"></style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
@ -216,7 +216,7 @@ export default {
|
||||
|
||||
<style src="../res/css/font/overpass.css"></style>
|
||||
<style src="../res/css/font/overpass-mono.css"></style>
|
||||
<style src="../res/css/flex.css"></style>
|
||||
<style src="../res/css/flex.scss"></style>
|
||||
<style src="../res/css/common.scss"></style>
|
||||
<style src="./options.scss"></style>
|
||||
|
||||
|
@ -471,7 +471,7 @@ export default {
|
||||
|
||||
<style src="../res/css/font/overpass.css"></style>
|
||||
<style src="../res/css/font/overpass-mono.css"></style>
|
||||
<style src="../res/css/flex.css"></style>
|
||||
<style src="../res/css/flex.scss"></style>
|
||||
<style src="../res/css/common.scss"></style>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
@ -1,7 +1,7 @@
|
||||
@import "colors.scss";
|
||||
@import "/res/css/font/overpass.css";
|
||||
@import "/res/css/font/overpass-mono.css";
|
||||
@import "/res/css/flex.css";
|
||||
@import "flex.scss";
|
||||
// @import "form.scss";
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user