mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-15 20:13:48 +00:00
No longer silence sass warnings
This commit is contained in:
@@ -26,15 +26,6 @@ export default defineConfig({
|
||||
outDir: 'build',
|
||||
},
|
||||
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
// Silence annoying sass deprecation warnings until we get rid of bootstrap
|
||||
silenceDeprecations: ['mixed-decls', 'abs-percent', 'color-functions', 'global-builtin', 'import'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
server: {
|
||||
port: 3000,
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user