mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-21 19:24:17 +00:00
Add comment for enabledByDefault
This commit is contained in:
parent
a2f9ec2c34
commit
4f0033275b
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ async function sleepUntilLessIsDone() {
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* List of stylesheet ids that should be enabled on page load.
|
||||
*
|
||||
* @type {string[]}
|
||||
*/
|
||||
const enabledByDefault = [
|
||||
"less:dist-base:root",
|
||||
"less:dist-classic:root",
|
||||
|
|
Loading…
Reference in a new issue