5mutawa / rscss-bootstrap-utilities

A rewrite for bootstrap utilities with RSCSS helpers conventions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RCSS Bootstrap utilities

A rewrite for Bootstrap 4 utilities with RSCSS helpers conventions.

Example

.mt-0 becomes ._mt-0

To build

$ npm run compile-css

After that, you can copy and use css/bootstrap-utilities.css

Spacing

It differs from bootstraps utilities in spacing only. Instead of the sizes being from 0 to 5 it becomes from 0 to 9. The sizes are multiples of 8 for both margins and paddings.

About

A rewrite for bootstrap utilities with RSCSS helpers conventions.


Languages

Language:SCSS 97.3%Language:HTML 2.7%