Skip to content

Commit 1484e52

Browse files
committed
disable spec check
1 parent b3c97fe commit 1484e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/shadow/css.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[& body]
2020

2121
;; FIXME: errors are not pretty
22-
(s/conform! &form)
22+
;; (s/conform! &form)
2323

2424
(let [{:keys [line column]}
2525
(meta &form)

0 commit comments

Comments
 (0)