about summary refs log tree commit diff stats
path: root/yolk.attrs.sld
diff options
context:
space:
mode:
authorCase Duckworth2023-05-31 16:52:12 -0500
committerCase Duckworth2023-05-31 16:52:12 -0500
commitdbe9d6f35e71786efd193daaab39f4e791317e74 (patch)
treeb9ac131cfd92461a209295bec8f1c2b41d244fdb /yolk.attrs.sld
parentFix linebreaks (diff)
downloadyolk-dbe9d6f35e71786efd193daaab39f4e791317e74.tar.gz
yolk-dbe9d6f35e71786efd193daaab39f4e791317e74.zip
Add (yolk attrs)
Diffstat (limited to 'yolk.attrs.sld')
-rw-r--r--yolk.attrs.sld6
1 files changed, 6 insertions, 0 deletions
diff --git a/yolk.attrs.sld b/yolk.attrs.sld new file mode 100644 index 0000000..07fd0ad --- /dev/null +++ b/yolk.attrs.sld
@@ -0,0 +1,6 @@
1(define-library (yolk attrs)
2 (export prop?
3 color?
4 attrs)
5
6 (include "yolk.attrs.ss"))