master-co / css

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

✨ Support Civet #130

Open 1aron opened 1 year ago

1aron commented 1 year ago

Description

https://civet.dev/

ansarizafar commented 1 year ago

It would be great If MasterCSS can support parsing civet object syntax for Code Completion/Highlighting and generate classes without using class attribute.

// Object Syntax
 classes := 
        head: "fg:white bg:primary-60"

// Generate classes with class attribute
    <div .bg:blue-70.fg:white.font:16>