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