Skip to content

Instantly share code, notes, and snippets.

@emonney
emonney / _flex-layout.scss
Created January 9, 2023 12:51
flex-layout is a "Simple Flex" sass css file you can drop into your projects to give you a nice uncomplicated flexbox utility classes. It covers common flexbox use cases with short intuitive easy to remember class names.
/*
## How to Use
### e.g. 1 - In your html files:
```html
<div class="flex justify-around align-center">
...
</div>
```
### e.g. 2 - In your sass css files