master-co / css

The CSS Language and Framework
https://css.master.co
MIT License
1.78k stars 41 forks source link

✨ CVA integration #94

Closed itsezc closed 1 year ago

itsezc commented 1 year ago

Description

CVA (class authority variance) is a popular library for handling classes (with Master) as such it should be supported out of the box by the CSS language service.

The following regex (as listed on CVA's README for Tailwind) should be covered for Master:

"cva\\(([^)]*)\\)", 
"[\"'`]([^\"'`]*).*?[\"'`]"
itsezc commented 1 year ago

No longer relevant as CVA is replaced by Master Style Elements.