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,4 +1,4 @@
|
||||
.balloon {
|
||||
.nes-balloon {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 1rem 1.5rem;
|
||||
|
@@ -74,7 +74,7 @@
|
||||
}
|
||||
|
||||
// Default style
|
||||
.btn {
|
||||
.nes-btn {
|
||||
$border-size: 4px;
|
||||
|
||||
position: relative;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.checkbox {
|
||||
.nes-checkbox {
|
||||
// prettier-ignore
|
||||
$checkbox: (
|
||||
(1,1,1,1,1,1,1,1,0,0),
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.container {
|
||||
.nes-container {
|
||||
position: relative;
|
||||
padding: 1.5rem 2rem;
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.radio {
|
||||
.nes-radio {
|
||||
// prettier-ignore
|
||||
$radio: (
|
||||
(1,1,0,0,0,0),
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.table {
|
||||
.nes-table {
|
||||
table-layout: fixed;
|
||||
background-color: $background-color;
|
||||
@mixin thsAndTdsBoxShadow($color) {
|
||||
|
Reference in New Issue
Block a user