This is the SCSS framework that is the basis for the Mendix UI Framework, introduced with the Mendix DX Release.
You can explore all the features and see them in actions via the Mendix UI Framework Showcase App
- Uses Bootstrap framework
- Uses SCSS partials to help structure the CSS
- Uses Compass to take advantage of CSS3 mixins (no prefixes needed)
- Styled Page Templates that are available in mendix version 5.18
Want to add or change styling? Use the files located in the custom directory.
Mendix Framework uses SASS and Compass, which rely on Ruby. However you can install Scout to run Sass and Compass in a self-contained Ruby environment, letting you effortlessly manage all of your Sass projects with a handful of clicks.
View the full documentation Here
Add your Mendix project in Scout and select the styles folder as the input and output folder for the stylesheet directory. Press play!
When you make changes to any of the scss files, your lib.css file will be automatically updated. You don't edit lib.css directly, compass takes care of that for you.