Add base CSS

This commit is contained in:
Christine Dodrill 2015-07-29 18:25:23 -07:00
parent 8dcc285307
commit 4b10ae7df8
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{-# LANGUAGE OverloadedStrings #-}
module Within.DBMemorial.CSS.Base where
import Clay hiding (render)
import Clay ()
render :: Css
render = do
".card" ? padding nil nil nil nil