| ... | ... | @@ -31,6 +31,7 @@ Idea is to set the minimal value for the grid on the smallest increment to stick |
|
|
|
### Naming convention for `gridUnit`
|
|
|
|
|
|
|
|
Idea is to use simple words to define the amount of space between elements. For example:
|
|
|
|
|
|
|
|
| word | calculation (using 8px as `GridUnit`) | notes |
|
|
|
|
|---|---|---|
|
|
|
|
| `xs` | `$gridUnit / 2` | |
|
| ... | ... | |