Quote:
Originally Posted by KevinH
- Add CSSToolbox and GUI to help users create, manipulate, and merge multiple css stylesheets/selectors (@Tex2002ans)
- merge selectors across separate css stylesheets
- delete selectors from a stylesheet
- strip out a set of properties across all selectors and stylesheets
- compare two selector property lists to find matching selectors across stylesheets
|
I would find CSSToolbox useful. Also, if possible, merge selectors within a single stylesheet for those messy stylesheets that have the same selector more than once. Though I realize this raises issues in the cascade, so may not be practical ...?
Quote:
Originally Posted by Turtle91
I’m just curious. What good does an html editor do for CSS files?? They are just text…
|
I usually edit CSS files in an external editor so I can see CSS and HTML side-by-side — CSS in the external editor window and HTML in Code View. When I save the CSS file, the changes are then reflected in Preview. Everything is open, no hopping back and forth between windows