You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,5 +3,11 @@
3
3
You can use the following command to run an example, replacing `<name>` with the
4
4
appropriate value:
5
5
```bash
6
-
spago -x example.dhall run -m Example.<name>
6
+
spago -x example.dhall run -p examples/<name>.purs -m Example.<name>
7
7
```
8
+
9
+
## CSS output
10
+
The [`output`](./output) subdirectory contains the CSS output produced by each example.
11
+
12
+
## Type errors
13
+
The [`type-errors`](./type-errors) subdirectory contains examples of type safety that Tecton adds to CSS. All of these examples fail to compile (intentionally).
0 commit comments