This commit is contained in:
Marley 2023-12-09 22:56:24 -08:00
parent d22dc5a939
commit 5b1fe3b03b
4 changed files with 9 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,3 @@
@layer base {
}

5
src/style/style.css Normal file
View 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
View file