Powered by Vitrineed

Docs

Are you ready to unlock Akali's power?

Grid System

Akali it's based on a 12 column responsive and flexbox layout, you can use it with SASS/SCSS mixins or our predefined classes.

Basics:

Rows

There are two types of Rows in Akali:

Normal rows works the way you expect, while Limited Rows override's columns wide to be exactly the defined on row, for example, a two row column will have its column's size defined to 50%, which means 2 per row.

If you are using SASS/SCSS, Rows have the possible arguments by default:

HTML
SCSS (More features)

Columns

There are three types of Rows in Akali:

If you don't define a columns' wide on a Normal Row, it will automatically fit conforms the number of columns, for example, 4 auto size in a normal row, each one will have 25% width.

If you are using SASS/SCSS, Columns have the possible arguments by default:

HTML
SCSS (More features)

Containers

Containers are great to highlight important elements in page. There are two types of Containers in Akali:

If you are using SASS/SCSS, Containers have the possible arguments by default:

HTML
SCSS (More features)