Remove useless bulma-switch extension

This commit is contained in:
Bubka 2023-11-03 15:00:39 +01:00
parent 55bf9ae168
commit eb75fe4028
3 changed files with 1 additions and 10 deletions

7
package-lock.json generated
View File

@ -16,7 +16,6 @@
"axios": "^1.1.2",
"bulma": "^0.9.4",
"bulma-checkradio": "^2.1.3",
"bulma-switch": "^2.0.4",
"file-saver": "^2.0.5",
"laravel-vite-plugin": "^0.8.0",
"laravel-vue-i18n": "^2.7.1",
@ -1010,12 +1009,6 @@
"bulma": "^0.9.3"
}
},
"node_modules/bulma-switch": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/bulma-switch/-/bulma-switch-2.0.4.tgz",
"integrity": "sha512-kMu4H0Pr0VjvfsnT6viRDCgptUq0Rvy7y7PX6q+IHg1xUynsjszPjhAdal5ysAlCG5HNO+5YXxeiu92qYGQolw==",
"dev": true
},
"node_modules/chokidar": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",

View File

@ -17,7 +17,6 @@
"axios": "^1.1.2",
"bulma": "^0.9.4",
"bulma-checkradio": "^2.1.3",
"bulma-switch": "^2.0.4",
"file-saver": "^2.0.5",
"laravel-vite-plugin": "^0.8.0",
"laravel-vue-i18n": "^2.7.1",

View File

@ -1,6 +1,5 @@
@import 'bulma/bulma.sass';
@import 'bulma-checkradio/dist/css/bulma-checkradio.sass';
@import 'bulma-switch/src/sass/index.sass';
@import 'bulma-checkradio/src/sass/index.sass';
:root,
footer,