Skip to content

Commit

Permalink
Simplified readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaydek Michels-Gualtieri committed Nov 2, 2020
1 parent 29c31da commit e55e932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ This is a microcosm of how Sorcery works:
}
```

<!--
And this is a macrocosm of how Sorcery works:
```scss
Expand Down Expand Up @@ -235,6 +237,8 @@ $separator: "\\:";
This is how Sorcery works. Sorcery includes a CSS reset, debugger, and many utility classes that follow the same naming conventions as Tailwind CSS. Stacks however are the core of _how_ and _why_ Sorcery works.
-->

- `hstack`s implements a horizontal stack. Think `flex-direction: row`.
- `vstack`s implements a vertical stack. Think `flex-direction: column`.
- `spacer`s implements direction-agnostic spacers. Think `flex: 1`.
Expand Down

0 comments on commit e55e932

Please sign in to comment.