haskell - How to use a CSS Framework with Yesod? -
i want use blueprint css framework yesod. there best practices?
because yesod uses templates css, looks me cannot use .css-files directly? have rename them .lucius-files?
how add css defaultlayout?
one approach rename them .lucius files, should work perfectly. (if doesn't, it's bug in lucius , should report it.) store css in static folder , reference addstylesheet call; approach took yesod wiki, instance.
Comments
Post a Comment