Customization

You can use LumX in your Sass project to get all variables and mixins available.
Check what amazing things you can do.

You can override LumX default settings dist/scss/settings/_defaults.scss if you want to change sizes, main colors, etc.
For example, in a settings file located in your project scss/settings/_common.scss.
Then, create your main file where you will import your settings first and then LumX main scss file dist/scss/_lumx.scss.
For example, in your main file located in your project scss/my-project.scss.

We’d like to thank Harry Roberts for his CSS framework, Inuitcss, which is a powerful, scalable, Sass-based, BEM, OOCSS framework.
LumX CSS framework is largely inspired from his work.

We invite you to follow these guidelines to build your project:
https://github.com/csswizardry/CSS-Guidelines