Skip to content

Commit

Permalink
Update dependency css-loader to v6 (#1473)
Browse files Browse the repository at this point in the history
* Update dependency css-loader to v6

* Remove deprecated `~` in import

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: FREDERICK <github@FREDERICK.win>
  • Loading branch information
3 people committed Jul 20, 2021
1 parent 33acfc7 commit 8d9ced2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 92 deletions.
96 changes: 9 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"before-build-webpack": "0.2.11",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "9.0.1",
"css-loader": "5.2.7",
"css-loader": "6.2.0",
"eslint": "7.31.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.23.4",
Expand Down
8 changes: 4 additions & 4 deletions src/style/_notification.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '~vue-snotify/styles/_shared/snotify';
@import '~vue-snotify/styles/_shared/animations';
@import '~vue-snotify/styles/_shared/icons';
@import '~vue-snotify/styles/dark/icon';
@import 'vue-snotify/styles/_shared/snotify';
@import 'vue-snotify/styles/_shared/animations';
@import 'vue-snotify/styles/_shared/icons';
@import 'vue-snotify/styles/dark/icon';

$snotify-toast-bg: #fff !default;
$snotify-toast-color: #000 !default;
Expand Down

0 comments on commit 8d9ced2

Please sign in to comment.