nitron Grid – Setup
How to configure the nitron Grid.
Implementation
In the _settings.scss
you have three options to implement a grid system. By default nitron uses the most modern technique: CSS Grid. But you are free to decide which technology you want to use. For example, you can also choose the Flexbox system. This has the advantage that the compatibility for IE 11 is still given. If you change your mind later, you can change the system without problems, because the CSS class names are the same. The third option is to omit the nitron grid. This allows you to build your own grid.
Configuration
In the file 5-components/_grid.scss
you can now further configure your grid according to your wishes.