Get your own customer support community
 

Coda should have CSS grouping features

Similar to other CSS editors, it would be really useful if Coda had the ability to group bunches of CSS declarations together, similar to the way other CSS editors allow.

For instance:

/* @group Sidebar */
.Sidebar {
width: 188px;
}
.Sidebar p {
font-size: 17px;
}
/* @end */


This could either be collapsed, or organised into folders of CSS declarations.
 
happy I’m hopeful!
Inappropriate?
13 people like this idea

User_default_medium