FIX: dependencies

This commit is contained in:
Tony Air 2021-08-08 20:51:56 +02:00
parent 82f3afd9f7
commit 557ce3349c
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react",
"version": "4.1.0",
"version": "4.1.1",
"description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
"author": "Tony Air <tony@twma.pro>",
"license": "BSD-2-Clause",

View File

@ -1,12 +1,12 @@
.message {
@extend .alert;
@extend .alert !optional;
&.warning {
@extend .alert-warning;
@extend .alert-warning !optional;
}
&.error {
@extend .alert-danger;
@extend .alert-danger !optional;
}
}