Closed notjb closed 5 years ago
Thanks for the proposal! 👍
Actually, we already have helpers for position generating the following classes by default :
.position-absolute
.position-relative
.position-static
And you can add more by setting the $positions
variable in your configuration :
$positions: (sticky, static, relative, absolute);
See src/framework/_positions.scss
for more details.
There is an open issue (#28) to complete the documentation with the missing elements such as these helpers, your help is more than welcome! 😉
What about having helpers for positioning ? Draft.scss ⬇️