Files
less.js/test/css/css-guards.css
Jon Schlinkert 38a8664013 Merge branch 'less.js/1.5.0-wip'
Conflicts:
	.jshintrc
	Makefile
	package.json
2013-08-01 06:51:59 -04:00

19 lines
205 B
CSS

.light {
color: green;
}
.see-the {
color: orange;
}
.hide-the {
color: green;
}
.multiple-conditions-1 {
color: red;
}
.inheritance .test {
color: black;
}
.inheritance:hover {
color: pink;
}