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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user