1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-26 15:34:33 +02:00

create burrel files

This commit is contained in:
BcRikko
2023-04-04 08:36:57 +09:00
parent 92b1a61a59
commit ddebfb13de
5 changed files with 7 additions and 2 deletions

4
src/all.css Normal file
View File

@@ -0,0 +1,4 @@
@import './core/';
@import './elements/index.css';
@import './forms/index.css';

2
src/core/index.css Normal file
View File

@@ -0,0 +1,2 @@
@import './foundation.css';
@import './palette.css';

View File

@@ -1,2 +0,0 @@
import './foundation.css'
import './palette.css'

1
src/elements/index.css Normal file
View File

@@ -0,0 +1 @@
@import './button/index.css';