mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-03 11:02:43 +02:00
style: fix stylelint errors
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user