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,4 +1,4 @@
.balloon {
.nes-balloon {
position: relative;
display: inline-block;
padding: 1rem 1.5rem;

View File

@@ -74,7 +74,7 @@
}
// Default style
.btn {
.nes-btn {
$border-size: 4px;
position: relative;

View File

@@ -1,4 +1,4 @@
.checkbox {
.nes-checkbox {
// prettier-ignore
$checkbox: (
(1,1,1,1,1,1,1,1,0,0),

View File

@@ -1,4 +1,4 @@
.container {
.nes-container {
position: relative;
padding: 1.5rem 2rem;

View File

@@ -1,4 +1,4 @@
.radio {
.nes-radio {
// prettier-ignore
$radio: (
(1,1,0,0,0,0),

View File

@@ -1,4 +1,4 @@
.table {
.nes-table {
table-layout: fixed;
background-color: $background-color;
@mixin thsAndTdsBoxShadow($color) {