stop using relative imports for most of css
This commit is contained in:
parent
a82a6963e9
commit
11fa12001c
@ -345,8 +345,8 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
|
||||||
<style lang="scss" scoped module>
|
<style lang="scss" scoped module>
|
||||||
@import '../res-common/variables';
|
@import '../res-common/variables';
|
||||||
|
@ -120,5 +120,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
@ -118,5 +118,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
|
@ -453,8 +453,8 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.button-hover:hover {
|
.button-hover:hover {
|
||||||
color: #fa6;
|
color: #fa6;
|
||||||
|
@ -240,5 +240,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
|
@ -245,5 +245,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
|
@ -152,5 +152,5 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
<style lang="scss" src="../../../../res/css/flex.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/panels.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped></style>
|
||||||
<style lang="scss" src="../../../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
|
@ -550,8 +550,8 @@ export default({
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
p {
|
p {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -224,8 +224,9 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.justify-center {
|
.justify-center {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -26,5 +26,5 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
@ -143,8 +143,9 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
<style lang="scss" src="../../res/css/flex.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.justify-center {
|
.justify-center {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -172,7 +172,7 @@ export default {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped></style>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@import "../res-common/variables";
|
@import "../res-common/variables";
|
||||||
|
|
||||||
|
@ -342,8 +342,8 @@ export default {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" src="../res-common/panels.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/panels.scss" scoped module></style>
|
||||||
<style lang="scss" src="../res-common/common.scss" scoped module></style>
|
<style lang="scss" src="@csui/src/res-common/common.scss" scoped module></style>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.active-trigger-area {
|
.active-trigger-area {
|
||||||
background-image: url('/res/img/grid_512.webp');
|
background-image: url('/res/img/grid_512.webp');
|
||||||
|
@ -29,6 +29,10 @@ const config = {
|
|||||||
devtool: "source-map",
|
devtool: "source-map",
|
||||||
|
|
||||||
resolve: {
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
'@src': path.resolve(__dirname, 'src'),
|
||||||
|
'@csui': path.resolve(__dirname, 'src/csui'),
|
||||||
|
},
|
||||||
// maybe we'll move vue stuff to TS some day, but today is not the day
|
// maybe we'll move vue stuff to TS some day, but today is not the day
|
||||||
extensions: [
|
extensions: [
|
||||||
'.ts', '.tsx',
|
'.ts', '.tsx',
|
||||||
|
Loading…
Reference in New Issue
Block a user