rawcss is a pure CSS design starter that brings structure when starting a design system.
It includes a and a
The structure is the following:
And should be extended by adding:
| Flexbox | Utility classes |
|---|---|
| Direction |
row
column
|
| Position |
top
bottom
left
right
|
| Spacing |
center
around
between
evenly
|
| Utilities |
stretch
space
thin
thick
reverse
nowrap
noshrink
inline
|
<div class="row center space">
<div>1</div>
<div>2</div>
<div>3</div>
</div>
p
pre
blockquote
code
q