super lightweight flexgrid with scss
https://swagfinger-component-scss-flexbox-grid.vercel.app/
- fix sass deprecation of /
- change indentation to spacing for file formatting
- Version bump
- fixed container-fluid top and bottom margins
- updated demo files
- fixed container-fluid and how it is used with .wrapper class
- created class col-x-auto-width which makes columns dependant on number of elements where x is all the breakpoints
- Changed default value of .row flex-direction to row
- added support for xxl - 1600
- summary of breakpoints <= 576, 577-767, 768-991, 992-1199, 1200-1599, > 1600
- use calling all between range col-xxl-1 col-xxl-12
- Adding alignment classes:
- on the container: flex-direction, justify-content-, align-items-, align-content-,
- on individual flex item: align-self-
- changed container class default padding to gutter / 2
- Tweak demo files and classes
- moved .container class to sass-flexbox-grid
-
changed package structure, moved sass-flexbox-grid.scss to root
-
publishes production ready sass-flexbox-grid to build/sass-flexbox-grid.css
-
ignore build/sass-flexbox-grid.css.map
-
build/demo.css is only used for demo purposes and not required for production
-
offsets do work but you have to reset every size that the offset in the previous media query size set an offset
-
example (resetting the offset for the md and lg grid): sm-offset-2 md-offset-0 lg-offset-0