Added SASS files to be pre-processed as CSS by a file watcher
This commit is contained in:
9
assets/sass/themes/default/export.sass
Normal file
9
assets/sass/themes/default/export.sass
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Because this file will be symlinked to a file at the path
|
||||
* prefixed to path 'themes/${DEFAULT_THEME_NAME}', all
|
||||
* imports to, forwards to, and uses of SASS files at paths under this
|
||||
* file's directory level must be prefixed with directory path
|
||||
* 'themes/${DEFAULT_THEME_NAME}'. This is exemplified below. */
|
||||
@forward 'themes/default/main'
|
||||
@tailwind 'base'
|
||||
@tailwind 'components'
|
||||
@tailwind 'utilities'
|
||||
Reference in New Issue
Block a user