css init
This commit is contained in:
parent
d22dc5a939
commit
5b1fe3b03b
4 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="CssInvalidImport" enabled="false" level="WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="SpellCheckingInspection" enabled="true" level="TYPO" enabled_by_default="true">
|
||||
<option name="processCode" value="false" />
|
||||
<option name="processLiterals" value="false" />
|
||||
|
|
3
src/style/base.css
Normal file
3
src/style/base.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
@layer base {
|
||||
|
||||
}
|
5
src/style/style.css
Normal file
5
src/style/style.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
@layer reset, base, layout, components;
|
||||
|
||||
@import url('@punkfairie/modern-css-reset');
|
||||
@import url('theme.css');
|
||||
@import url('base.css');
|
0
src/style/theme.css
Normal file
0
src/style/theme.css
Normal file
Loading…
Reference in a new issue