mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-04-20 22:22:05 +02:00
refactor: move helper.scss
This commit is contained in:
parent
9dd8014f87
commit
6307bfc88e
@ -132,7 +132,7 @@ const sampleCollection = [
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div style="background-color:#212529; padding: 1rem 1.2rem 1rem 1rem;width:calc(100% + 7px)">
|
||||
<div style="background-color:#212529; padding: 1rem 1.2rem 1rem 1rem;width:calc(100% + 8px)">
|
||||
<label for="dark_select" style="color:#fff">nes-select.is-dark</label>
|
||||
<div class="nes-select is-dark">
|
||||
<select required id="dark_select">
|
||||
|
@ -8,5 +8,6 @@
|
||||
|
||||
@import "base/_index.scss";
|
||||
@import "utilities/_index.scss";
|
||||
@import "helpers/_index.scss";
|
||||
@import "elements/_index.scss";
|
||||
@import "form/_index.scss";
|
||||
|
@ -4,4 +4,3 @@
|
||||
@import "components/_index.scss";
|
||||
@import "icons/_index.scss";
|
||||
@import "pixel-arts/_index.scss";
|
||||
@import "helpers/_index.scss"
|
||||
|
Loading…
x
Reference in New Issue
Block a user