pixsy/node_modules/less/test/css/globalVars/extended.css

13 lines
144 B
CSS
Raw Normal View History

2017-12-22 17:22:08 +00:00
/**
* Test
*/
#header {
color: #333333;
border-left: 1px;
border-right: 2px;
}
#footer {
color: #114411;
border-color: #f20d0d;
}