Better disabled textbox style
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import sveltePreprocess from "svelte-preprocess";
|
||||
import path, { dirname } from 'path'
|
||||
import { fileURLToPath } from 'url'
|
||||
|
||||
const filePath = dirname(fileURLToPath(import.meta.url))
|
||||
const scssPath = `./src/scss`
|
||||
|
||||
const config = {
|
||||
preprocess: [
|
||||
@@ -8,6 +13,9 @@ const config = {
|
||||
debug: true,
|
||||
}
|
||||
},
|
||||
scss: {
|
||||
prependData: `@import '${scssPath}/global.scss';`
|
||||
}
|
||||
})
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user