mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
hotfix(app): caching CSS files; reusing global styles in App.vue
This commit is contained in:
@@ -212,6 +212,7 @@ export default defineComponent({
|
||||
|
||||
<style lang="scss">
|
||||
@use './styles/animations';
|
||||
@use './styles/global';
|
||||
|
||||
// APP
|
||||
#app {
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ export default defineConfig({
|
||||
publicDir: 'public',
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: { additionalData: `@use '@/styles/global';`, silenceDeprecations: ['legacy-js-api'] }
|
||||
scss: { silenceDeprecations: ['legacy-js-api'] }
|
||||
}
|
||||
},
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user