1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

(breaking changes)Add prefix to class name (#82)

* feat: add prefix

BREAKING CHANGE: add nes- to class prefix

* feat: fix storybook
This commit is contained in:
ダーシノ
2018-12-10 17:55:41 +09:00
committed by Abdullah Samman
parent cf43a3d3a3
commit 73b3616472
27 changed files with 185 additions and 185 deletions

View File

@@ -1,5 +1,5 @@
.input,
.textarea {
.nes-input,
.nes-textarea {
@mixin border-style($border, $outline) {
outline-color: $outline;
// prettier-ignore
@@ -28,12 +28,12 @@
}
}
.field {
.nes-field {
> label {
display: block;
}
.input,
.textarea {
.nes-input,
.nes-textarea {
display: block;
}
@@ -49,8 +49,8 @@
text-align: right;
}
.input,
.textarea {
.nes-input,
.nes-textarea {
flex-basis: 0;
flex-grow: 5;
}