/ Published in: Other
Replace the markers in the CSS Bundle with these to get foldable CSSedit groups.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
foldingStartMarker = '(/\* @group .+ \*/|\{)'; foldingStopMarker = '(/\* @end \*/|\n[^\{]+\}|\})';