adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

CSS Auto-fill #12492

Open MA-Designs opened 8 years ago

MA-Designs commented 8 years ago

Is there a way that any time in HTML you write a NAME="X" or ID="X" or CLASS="X" it automatically adds it to a linked CSS file.

I mean we already know the CSS for each and even if it's not needed it will cut down on time and keystrokes and sometimes I forget things. Plus, this way the CSS file would be structured exactly in line with the HTML.

joeky888 commented 8 years ago

I'm not sure what exactly you're asking.

https://github.com/rcaferati/brackets-cssfier

cssfier

Is this what you're looking for?