mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 12:33:48 +00:00
No longer silence sass warnings
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -45,10 +45,6 @@ updates:
|
|||||||
patterns:
|
patterns:
|
||||||
- 'tailwindcss'
|
- 'tailwindcss'
|
||||||
- '@tailwindcss/*'
|
- '@tailwindcss/*'
|
||||||
ignore:
|
|
||||||
# Bootstrap can introduce visual breaking changes on styles
|
|
||||||
# Ignore it, since the plan is to remove it anyway
|
|
||||||
- dependency-name: 'bootstrap'
|
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
import { Checkbox,
|
import {
|
||||||
|
Checkbox,
|
||||||
Details,
|
Details,
|
||||||
Label,
|
Label,
|
||||||
LabelledInput,
|
LabelledInput,
|
||||||
LabelledRevealablePasswordInput,
|
LabelledRevealablePasswordInput,
|
||||||
SimpleCard,
|
SimpleCard,
|
||||||
useToggle ,
|
useToggle,
|
||||||
} from '@shlinkio/shlink-frontend-kit';
|
} from '@shlinkio/shlink-frontend-kit';
|
||||||
import type { FC, PropsWithChildren, ReactNode } from 'react';
|
import type { FC, PropsWithChildren, ReactNode } from 'react';
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
|
|||||||
@@ -26,15 +26,6 @@ export default defineConfig({
|
|||||||
outDir: 'build',
|
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: {
|
server: {
|
||||||
port: 3000,
|
port: 3000,
|
||||||
watch: {
|
watch: {
|
||||||
|
|||||||
Reference in New Issue
Block a user