1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

style: fix stylelint errors

This commit is contained in:
Igor Guastalla de Lima
2019-10-15 06:49:45 -03:00
parent 652f412863
commit 20354d5d92
3 changed files with 5 additions and 4 deletions

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 {