restructure: main.css is the manifest, 01-asw.css is the framework
- asw.css → main.css (just imports, no theming :root)
- 01-tokens.css → 01-asw.css (this IS the ASW design system)
- Removed empty :root {} theming block
- Updated deploy.sh PostCSS path
This commit is contained in:
parent
5deaa22e38
commit
bffb86338d
3 changed files with 4 additions and 9 deletions
|
|
@ -1,8 +1,8 @@
|
|||
/**
|
||||
* 01-tokens.css
|
||||
* 01-asw.css
|
||||
* ASW semantic layer — builds on Open Props
|
||||
*
|
||||
* Open Props (imported below) provides the base scales:
|
||||
* Open Props (imported in main.css) provides the base scales:
|
||||
* --gray-0…15, --green-0…12, --blue-0…12, --red-0…12, --yellow-0…12
|
||||
* --size-1…15, --font-size-0…8, --font-weight-1…9
|
||||
* --font-lineheight-0…5, --radius-1…6, --shadow-1…6
|
||||
Loading…
Add table
Add a link
Reference in a new issue