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.