1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 05:37:28 +00:00

Add comment for enabledByDefault

This commit is contained in:
Steffo 2023-05-23 18:01:52 +02:00
parent a2f9ec2c34
commit 4f0033275b
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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",