1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-21 22:52:42 +02:00

Merge branch 'develop' into feature/update-contributing

This commit is contained in:
B.C.Rikko 2019-10-17 14:07:30 +09:00 committed by GitHub
commit 5311da785d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 5 deletions

View File

@ -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'"

View File

@ -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 {

View File

@ -8,7 +8,7 @@
@include compact-rounded-corners();
width: calc(100% - #{2*$border-size});
width: calc(100% - #{2 * $border-size});
padding: 0.5rem 1rem;
margin: 4px;
background-clip: padding-box;

View File

@ -11,7 +11,7 @@
$colors: ($base-color, map-get($default-colors, "shadow"));
position: relative;
width: calc(100% - #{2*$border-size});
width: calc(100% - #{2 * $border-size});
margin: 4px;
select {