Using Bootstrap

Can I simply download the bootstrap scss files after installing the seba:minifiers-autoprefixer and fourseven:scss packages and use them in my react component just like that?

P.S. In Meteor 1.3+

yeah, you can do this. From Meteor 1.3.2 you can also install it by npm and import from node_modules. Take a look at: https://github.com/juliancwirko/meteor-bootstrap-npm-test

1 Like