Releases: typicode/mistcss
Releases · typicode/mistcss
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