I use blueprint CSS framework. the blueprint files are placed in static/ and are linked to in default-layout.hamlet like this:
<link rel=stylesheet media=screen href=@{StaticR blueprint_screen_css}>
<link rel=stylesheet media=print href=@{StaticR blueprint_print_css}>
In blueprint CSS, body background is defined as white. In default-layout.cassius I want to change background in another color... but it seems impossible...
Is this because the order of css/cassius/lucius-interpretation? And if so, can it be turned around?