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 79aaaf7 commit a3d4884Copy full SHA for a3d4884
src/Tecton.purs
@@ -3,6 +3,7 @@ module Tecton (module T) where
3
import Tecton.Internal
4
( CSS
5
, CustomAttribute
6
+ , Declarations
7
, KeyframesName
8
, a
9
, abbr
src/Tecton/Internal.purs
@@ -161,6 +161,7 @@ module Tecton.Internal
161
, Configuration
162
163
, Declaration'
164
165
, Divide
166
, EasingFunction
167
, Extensible
@@ -1192,6 +1193,8 @@ infixr 0 mkStatement as ?
1192
1193
1194
-- Declarations
1195
1196
+type Declarations ps = Writer (List Declaration') ps
1197
+
1198
newtype Declaration' = Declaration' (Val /\ Val)
1199
1200
newtype FontFaceDeclaration' = FontFaceDeclaration' (Val /\ Val)
0 commit comments