+ 4
How to edit CSS in the easiest way?
I am looking for some tools, packages for IDE (Netbeans, Sublime Text, Atom) or browser extensions that helps me with the CSS edition.
3 ответов
+ 8
The truth is that there are two ways of working with web files including CSS.
1. Using Visual Editors like dreamweaver to drag and drop html elements and modify CSS visually. Though these editors still contain code editors for some users who are faster in code editing than visual editing.
2 Using Code Editors which are more in existence in the likes of Notepad++, Sublime and many others.
What I think is that you should learn both if you have the chance to do but if not just learn using to use any code editor because they all perform the same function but different configuration by the users.
+ 5
@ssebetta I think what you mean by a template is your sample code you want to edit but what I don't understand is to edit with what editor?
+ 2
I think any can work, I use sublime and does the job well. Sublime has auto complete which helps me a bunch with the codes I might forget. Including when using css. In that case, no additional tool would be required.