Add better docs and iframe support
This commit is contained in:
parent
88df5c33a9
commit
10fb3859fa
2 changed files with 32 additions and 45 deletions
|
@ -1,7 +1,6 @@
|
|||
# If you want to have proper hot-reload css experience, define one and set this on.
|
||||
CSS_HOT_RELOAD=1
|
||||
# Define which one theme you want to load for hot-reload purposes.
|
||||
# You can load multiple themes at once, but switching between is quite buggy with the hot-reload turned on.
|
||||
# To use a single theme just uncomment a line with the theme you want to use.
|
||||
MATRIX_THEMES='light'
|
||||
#MATRIX_THEMES='dark'
|
||||
|
@ -9,5 +8,7 @@ MATRIX_THEMES='light'
|
|||
#MATRIX_THEMES='dark-legacy'
|
||||
#MATRIX_THEMES='light-custom'
|
||||
#MATRIX_THEMES='dark-custom'
|
||||
# You can load multiple themes at once, but switching between them may require full page reload.
|
||||
# It will also multiple compliation times by the number of turned on themes.
|
||||
# If you want to use multiple themes, define the combinations manually like below:
|
||||
#MATRIX_THEMES='light,dark'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue