Vue Support
I'm proud to announce that MistCSS now supports Vue!
Also, following Vue's tradition, this release is named after an anime.
You can now write your atomic Vue components in CSS only! 💚
/* Button.mist.css */
@scope (button.custom-button) {
/* ... */
}
mistcss ./components --target=vue
// App.vue
import CustomButton from 'Button.mist`