gradido/websrc/node_modules/less/test/css/namespacing/namespacing-functions.css
2020-05-26 18:17:24 +02:00

11 lines
90 B
CSS

.foo {
width: 20px;
bar: val;
}
.bar {
width: test;
}
.example {
value: lookup;
}