Bootstrap 4 flex grid system only

前端 未结 4 1631
北海茫月
北海茫月 2020-12-17 11:07

So in bootstrap3 we had the \'Customize and download\' option, which we could download only whatever we needed. Now that bootstrap 4 supports flexbox, I only wanna download

4条回答
  •  醉梦人生
    2020-12-17 11:24

    if you just want to use flex-grid. I recommend

    https://www.flexible-grid.com

    https://github.com/kenangundogan/flexible-grid

    flexible-grid/
        ├── scss
            ├── flexible-grid.scss
            ├── _variables.scss
            ├── _definitions.scss
            ├── _wrapper.scss
            ├── _array-list.scss
            ├── _attribute.scss
            ├── _grid.scss
            └── _normalize.scss
    

提交回复
热议问题