Skip to content

Commit f1f64b1

Browse files
committed
Removed export of CSS.Media.
1 parent d18c20e commit f1f64b1

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/CSS.purs

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
-----------------------------------------
1+
module CSS (module X) where
92

103
import CSS.Animation as X
114
import CSS.Background as X
@@ -27,9 +20,3 @@ import CSS.Text as X
2720
import CSS.Time as X
2821
import CSS.Transform as X
2922
import CSS.Transition as X
30-
31-
----------------------------------------------
32-
-- Modules that have conflicting functions. --
33-
----------------------------------------------
34-
35-
import CSS.Media hiding (maxWidth)

0 commit comments

Comments
 (0)