Tagged Questions
0
votes
1answer
122 views
Yesod: how do I serve dynamically-generated CSS?
OK, so my handlers for HTML are of type Handler RepHtml. I also see RepXml, RepJson, and RepPlain. How do I serve CSS, or Javascript for that matter?
The closest I can get, if this is close, is ...
0
votes
1answer
247 views
How to change CSS from blueprint CSS framework in cassius?
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 ...
4
votes
2answers
393 views
How to use a CSS Framework with Yesod?
I want to use the Blueprint CSS Framework with Yesod. Are there any best practices?
Because Yesod uses templates for CSS, it looks to me that I cannot use the .css-files directly? Do I have to rename ...