Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders authored Nov 29, 2022
1 parent c7e16e4 commit 76fc1cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/type-errors/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Type error examples

The examples in this directory demonstrate the type safety Tecton adds to CSS. Therefore, each one fails to compile.

You can attempt to compile an example by running:

```bash
spago build -p examples/type-errors/<name>.purs
```

0 comments on commit 76fc1cd

Please sign in to comment.