Closed thenonameguy closed 10 years ago
Example generated file (with SLIM):
<!--XRAY START 749 /Users/example_user/projects/example_project/app/views/customizations/show.css.slim--> #header { background-color: #ceefff; } #header .nav > li > a { color: #fb0; } <!--XRAY END 749-->
In it's current state this blocks the first rule from being applied.
@thenonameguy Awesome, seems like a good change! Haven't heard of using slim for CSS templates before though - interesting.
Example generated file (with SLIM):
In it's current state this blocks the first rule from being applied.