Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matildevoldsen/css-helper

A CSS Helper classes with aligning properties, container and margin & padding helpers.
https://github.com/matildevoldsen/css-helper

aligment css css-flexbox css-helper css3 sass

Last synced: 10 days ago
JSON representation

A CSS Helper classes with aligning properties, container and margin & padding helpers.

Awesome Lists containing this project

README

        

# CSS-Helper
A CSS Helper classes with aligning properties, container and margin & padding helpers.

**Text Alignment**
There's a .align-text-left, .align-text-center, and .align-text-right classes. They all use text-align: $property.

**Align Element**
There's .align-left, align-center, and align-right which all uses flexible box properties.

**Margin helpers & Padding Helpers**
There's access to margin or padding with the class m-l-1, m-t-1, p-r-1 and so on.