Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
4answers
127 views

Css editor with certain features

I need a light css editor with certain functions. Already downloaded and tried a few apps but still no luck, none of them fit my requirements. Actually, there is one, CssEdit (or TextMate), but ...
1
vote
11answers
2k views

Which CSS editor do you use on Linux?

Which CSS editor do you use on Linux and why?
0
votes
0answers
29 views

How to find and match a selector from a string and find all it's properties

First of all will I thank you all for a great forum! I'm trying to create a CSS editor that find every class and id from a HTML page and put them into a drop down list. This part is ok and working. ...
0
votes
2answers
132 views

let user modify css propertise from front end of rails app

i am creating a cms / portal that i want each user to change certain css properise ie colors, widths, backgrounds etc to customise there own version of my site. What is the best way to do this ? i ...