Answer the question
In order to leave comments, you need to log in
How to make flex grid in bootstrap 3?
Hello. Recently came across Angular Material Design . If I understand correctly, this is a wrapper for Polymer. Because of the flexgrid, I don’t want to overload the page with scripts, and I thought if there were any ready-made recipes for organizing something similar to bootstrap?
Answer the question
In order to leave comments, you need to log in
4th version, builds as an option with flex support,
download v4-alpha.getbootstrap.com/getting-started/download
open /scss/_variables.scss find the line almost at the beginning of $enable-flex variable
change false to true
build with Grunt according to the manual:
v4-alpha.getbootstrap.com/getting-started/build-tools
at the output we get this https://yadi.sk/d/j1VbkwACkUjqR
with
import "variables";
import "mixins";
import "normalize";
import "reboot";
import "grid";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question