1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +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 @@
.table {
.nes-table {
table-layout: fixed;
background-color: $background-color;
@mixin thsAndTdsBoxShadow($color) {