[x] Custom Property Registration Support
Refer to a given developer.mozilla.org for detiails
2024-08-21 ~ 2024-08-30 (fixed 2024-08-21)
[ ] Add ignore identifiers to CSS mangle task
This is just adding a option that ignore identifiers to CSS mangle task.
2024-08-22 ~ 2024-08-24
[ ] Publish Beta/Release Version
This is just stabilize this package gradually and slowly. i.e. package maintenance.
2024-08-21 ~ 2025-01-01
[ ] CSS Declaration Keyword Support
- /* @css */ ".hello-world1 {}"
- /* @css */ '#hello-world2 {}'
- /* @css */ `#hello-world3 {}`
const regexp =/(?<=\/\*\s*@css\s*\*\/\s*[`"'])[^]+?(?=[`"'])/g