Releases: typicode/mistcss
Releases · typicode/mistcss
v0.5.0
🚀
mistcss ./components --target=astro
What's Changed
- Add Astro support
- Add childless html functionality by @The-Code-Monkey in #45
- Update TailwindCSS docs
- Various bug fixes
- 0.5.0 by @typicode in #47
Breaking
- Rename
--render
option to--target
Full Changelog: v0.4.0...v0.5.0
v0.4.0
0.4.0
- Add Hono support
- Add CSS variables support
- Update https://typicode.github.io/mistcss/
- Fix many bugs
What's Changed
- Add tailwind v4 example by @The-Code-Monkey in #37
- Update Tailwind V4 solution by @The-Code-Monkey in #38
- 0.4.0 by @typicode in #41
Breaking changes
Before:
@scope (.badge) {
div:scope {
Now:
@scope (div.badge) {
:scope {
Full Changelog: v0.3.8...v0.4.0
v0.3.8
v0.3.7
What's Changed
- chore: format all files by @typicode in #25
- style: component output by @typicode in #26
- refactor: split files by @typicode in #28
- Keeps original classname as making classname pascal case would break the css. by @The-Code-Monkey in #29
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- fix: fix rendered code tag having trailing space by @godnondsilva in #20
- docs: fix invalid documentation on tailwind the example by @godnondsilva in #21
- Update filename creation script by @The-Code-Monkey in #23
New Contributors
- @The-Code-Monkey made their first contribution in #23
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
What's Changed
- feat: support multiple components in a single
.mist.css
file - fix: fix rendered code when user defined props are not passed by @godnondsilva in #13
Example
Card.mist.css
@scope (.card) { /* ... */ }
@scope (.card-title) { /* ... */ }
@scope (.card-image) { /* ... */ }
App.tsx
import { Card, CardTitle, CardImage } from 'Card.mist`
New Contributors
- @godnondsilva made their first contribution in #13
Full Changelog: v0.3.3...v0.3.4