mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-16 07:30:01 -04:00
feat: scoped css
This commit is contained in:
parent
321a71c11e
commit
ab9c880b9c
5 changed files with 141 additions and 39 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue