restructure theme css
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
/* ---------------------------------------------------------------------------
|
||||
kjol-website — brand stylesheet for the Kjol JS Web section (/js/*).
|
||||
---------------------------------------------------------------------------
|
||||
There is deliberately no `@import "tailwindcss"` here. The bundler PREPENDS
|
||||
kjol's shared scaffold (go/jsruntime/styles/theme.css) to this file, and that
|
||||
scaffold does the import — an @import has to come first, and this file no
|
||||
longer is. See jsbundler/css.go and the header of theme.css.
|
||||
There is deliberately no `@import "tailwindcss"` here. The bundler compiles this
|
||||
file via tw.CompileApp, which PREPENDS kjol's shared extension layer
|
||||
(tw/kjol_theme.css); that layer does the import — an @import has to come first,
|
||||
and this file no longer is. See jsbundler/css.go and the header of kjol_theme.css.
|
||||
|
||||
What is left is only what is genuinely this app's: the brand.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user