1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-20 13:01:26 +02:00

Merge pull request #344 from nostalgic-css/move-helper

refactor: move helper.scss
This commit is contained in:
Igor Guastalla
2019-06-03 22:56:36 -03:00
committed by GitHub
3 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -8,5 +8,6 @@
@import "base/_index.scss";
@import "utilities/_index.scss";
@import "helpers/_index.scss";
@import "elements/_index.scss";
@import "form/_index.scss";

View File

@@ -4,4 +4,3 @@
@import "components/_index.scss";
@import "icons/_index.scss";
@import "pixel-arts/_index.scss";
@import "helpers/_index.scss"