chriz001 / fabulous

🎨 CSS properties sidebar for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Fabulous introduces a CSS properties sidebar into Visual Studio Code.

Fabulous supports the followings

  • πŸ’… CSS-in-JS libs which supports template literal (styled-components, emotion, linaria)
  • 🎨 CSS rules from .css files
  • 🌈 CSS rules from .scss files
  • 🌏 CSS rules from .html files - these must be in a <style> tag and the style tag must be within the <head> 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

Fabulous is still in Preview. Give it a try and let us know when things don't go well.

Getting started

  • Install the Fabulous extension in VS Code
  • After opening a css, scss, js, jsx, tsx, component.ts, vue or svelte file, click on the icon to toggle the side-bar
  • Place your cursor in a CSS rule or in a Styled component template literal
  • You should see the sidebar controls become active

Help us make Fabulous better

Have a look at our contribution guide.

Contributors

Thanks goes to these wonderful people (emoji key):

Sunil Pai
Sunil Pai

πŸ€”
Raathi Kugarajan
Raathi Kugarajan

πŸ€” πŸ’» 🎨
0xflotus
0xflotus

πŸ“–
Austin Turner
Austin Turner

⚠️ πŸ’» 🚧 πŸ› πŸ“– πŸš‡ πŸ‘€
Ivan
Ivan

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

About

🎨 CSS properties sidebar for VS Code

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 0.5%Language:CSS 0.3%Language:Vue 0.2%Language:HTML 0.1%