Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// -----------------------------------------------------------------------------
|
||||
// TLIG stylesheet — entry point.
|
||||
//
|
||||
// Layer order is load-bearing: tokens first, then element defaults, then
|
||||
// components. Nothing later in the file needs higher specificity than anything
|
||||
// earlier, which is the whole reason there is not a single `!important` here.
|
||||
//
|
||||
// abstracts/ compile-time only, emits no CSS
|
||||
// base/ custom properties, @font-face, reset, element typography, links
|
||||
// components/ single-purpose blocks
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
@use 'base';
|
||||
@use 'components';
|
||||
Reference in New Issue
Block a user