mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-07-31 03:30:15 +02:00
Merge branch 'develop' into feature/update-contributing
This commit is contained in:
@@ -112,7 +112,9 @@
|
||||
},
|
||||
"lint-staged": {
|
||||
"scss/**/*.scss": [
|
||||
"npm run postbuild"
|
||||
"npm run prebuild:stylelint",
|
||||
"npm run postbuild",
|
||||
"git add"
|
||||
],
|
||||
"*.js": [
|
||||
"eslint '.storybook/**/*.js' 'story/**/*.js'"
|
||||
|
@@ -44,10 +44,11 @@
|
||||
|
||||
&.is-dark {
|
||||
@include rounded-corners(true);
|
||||
background: $base-color;
|
||||
|
||||
color: $background-color;
|
||||
background: $base-color;
|
||||
border-image-outset: 2;
|
||||
box-shadow: 0px 0px 0 8px $base-color;
|
||||
box-shadow: 0 0 0 8px $base-color;
|
||||
|
||||
&.from-left,
|
||||
&.from-right {
|
||||
|
Reference in New Issue
Block a user