Split all scss in separated files.

This commit is contained in:
2021-08-07 10:39:32 +02:00
parent 9470132f9b
commit 0969f892f8
10 changed files with 162 additions and 147 deletions

View File

@@ -0,0 +1,4 @@
@import './form-control.scss';
@import './label.scss';
@import './input.scss';
@import './select.scss';