We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18c20e commit f1f64b1Copy full SHA for f1f64b1
src/CSS.purs
@@ -1,11 +1,4 @@
1
-module CSS
2
- ( module X
3
- , module CSS.Media
4
- ) where
5
-
6
------------------------------------------
7
--- Modules that can be fully exported. --
8
+module CSS (module X) where
9
10
import CSS.Animation as X
11
import CSS.Background as X
@@ -27,9 +20,3 @@ import CSS.Text as X
27
20
import CSS.Time as X
28
21
import CSS.Transform as X
29
22
import CSS.Transition as X
30
31
-----------------------------------------------
32
--- Modules that have conflicting functions. --
33
34
35
-import CSS.Media hiding (maxWidth)
0 commit comments