Skip to content

v0.5.2 Demon Slayer

Latest
Compare
Choose a tag to compare
@typicode typicode released this 05 May 20:05
· 5 commits to main since this release


Mist Hashira

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`