Releases: Raathigesh/fabulous
Releases · Raathigesh/fabulous
0.12.0
0.11.0
Fabulous now supports more file types
- 🌏 CSS rules from .html files - these must be in a <style> tag and the style tag must be within the tag
- 🌛 CSS rules from component.ts Angular component files that have inline styles within the @component({ styles:[``] }) decorator
- 🌟 CSS rules from .vue files that have a <style> tag in the root of the file
- 💍 CSS rules from .svelte files that have a <style> tag in the root of the file
All of these features are contributed by @paustint along with many other forms of contributions.