mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-26 19:01:56 +01:00
Include missing bootstrap bit for Foundation
@snoyberg I had this in a stash before I committed
This commit is contained in:
parent
bba43cb2f2
commit
eb00eb26b4
@ -100,6 +100,8 @@ instance Yesod App where
|
|||||||
pc <- widgetToPageContent $ do
|
pc <- widgetToPageContent $ do
|
||||||
$(combineStylesheets 'StaticR
|
$(combineStylesheets 'StaticR
|
||||||
[ css_normalize_css
|
[ css_normalize_css
|
||||||
|
, css_bootstrap_css
|
||||||
|
, css_bootstrap_responsive_css
|
||||||
])
|
])
|
||||||
$((combineScripts 'StaticR
|
$((combineScripts 'StaticR
|
||||||
[ js_jquery_js
|
[ js_jquery_js
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user