feat: scoped css

This commit is contained in:
CoolElectronics 2024-04-23 19:57:08 -04:00
parent 321a71c11e
commit ab9c880b9c
No known key found for this signature in database
GPG key ID: F63593D168636C50
5 changed files with 141 additions and 39 deletions

View file

@ -1,5 +1,7 @@
export const VERSION = '0.0.9'
export const DLVERSION = '0.0.9'
// We add some extra properties into various objects throughout, better to use symbols and not interfere. this is just a tiny optimization
export const [USE_MAPFN, TARGET, PROXY, STEPS, LISTENERS, IF, STATEHOOK] =
Array.from(Array(7), Symbol)
export const cssBoundary = 'dl-boundary'