We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e16e4 commit 76fc1cdCopy full SHA for 76fc1cd
examples/type-errors/README.md
@@ -0,0 +1,9 @@
1
+# Type error examples
2
+
3
+The examples in this directory demonstrate the type safety Tecton adds to CSS. Therefore, each one fails to compile.
4
5
+You can attempt to compile an example by running:
6
7
+```bash
8
+spago build -p examples/type-errors/<name>.purs
9
+```
0 commit comments