-
Notifications
You must be signed in to change notification settings - Fork 1
CSS Source Directory Readme
W. Bomar edited this page Feb 7, 2022
·
1 revision
- Author styles as modules in
./_imports/
. - Import modules into entry point files here at
./
. - Confirm built stylesheets are compiled to
../build/
.
- Users must import styles from
./_imports/
. - Files must be named appropriately.
- Files must be documented appropriately.
Format | Description |
---|---|
site(.*).css |
only for an entire website |
template.*.css |
only for certain templates |
page.*.css |
only for certain pages |
app.*.css |
only for certain apps a.k.a. plugins |
/* DO NOT ADD STYLES HERE; ONLY IMPORT OTHER STYLESHEETS */
/* Organize via ITCSS */
/* SEE: https://confluence.tacc.utexas.edu/x/IAA9Cw */
/* SETTINGS */
/* … */
...
/* COMPONENTS */
/* … */
...
TACC ACI WMA Core-CMS Project Documentation