Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 321 Bytes

File metadata and controls

10 lines (9 loc) · 321 Bytes

help.less

CSS authoring tool that provides live DOM annotations for defined css patterns.

/* syntax rules */
.grid > .grid {
    .annotation('!','WARNING 2X nested .GRID - Please do consider .grid-cell instead.
                     See <a href="/styleguide/#4.2">Styleguide Grid System section 4.2</a>');
}