Skip to content

Releases: Raathigesh/fabulous

0.12.0

10 Jun 09:57
Compare
Choose a tag to compare
  • Support for line-height property by @Winner95 (#35)
  • Handle un-assigned template literal better (#32)

0.11.0

04 Jun 10:32
Compare
Choose a tag to compare

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.