Skip to content

Add top-level CSS module #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 8, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/CSS.purs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
module CSS (module X) where

import CSS.Animation as X
import CSS.Background as X
import CSS.Border as X
import CSS.Color as X
import CSS.Display as X
import CSS.Elements as X
import CSS.FontFace as X
import CSS.Font as X
import CSS.Geometry as X
import CSS.Gradient as X
import CSS.Property as X
import CSS.Pseudo as X
import CSS.Selector as X
import CSS.Size as X
import CSS.String as X
import CSS.Stylesheet as X
import CSS.Text as X
import CSS.Time as X
import CSS.Transform as X
import CSS.Transition as X
1 change: 0 additions & 1 deletion test/Main.purs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import CSS.Size
import CSS.String
import CSS.Stylesheet
import Data.Maybe
import Data.These

example1 :: Rendered
example1 = render do
Expand Down