summaryrefslogtreecommitdiffstats
path: root/test/css/basic2.css
blob: 81efee6ae9142c9415e583619e54bc83f6e9384e (plain)
1
2
3
4
5
6
7
8
9
10
/* selectors with class */

div.foo { border: solid 1px; }

.warning
/* warning for all elements */
{
    background-color: red;
    font-weight: 900;
}