Skip to content

0.11.0

Compare
Choose a tag to compare
@Raathigesh Raathigesh released this 04 Jun 10:32
· 19 commits to master since this release

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.