Bootstrap v4 - own SCSS files in different directory -
i've started use bootstrap v4 , using scss source files. i've ready , setup (via build tools - bootstrap v4) , can compile scss files grunt calling grunt
in cmd / git bash.
how can add own custom .scss file able use bootstrap variables? want have custom files in different folder.
i need have structure this:
root - app - vendor -- bootstrap --- dist /* have compiled bootstrap.css here after call grunt command */ --- other folders bootstrap needs - www -- css /* need compiled scss files */ -- js /* need compiled js files */ -- scss /* here want own custom scss files bootstrap variables */
additional question 1: when i've tried edit "_custom.scss" file, used overriding variables, grunt returns error "scss-lint failed".
additional question 2: how change output directory? (from bootstrap/dist/css www/css)
Comments
Post a Comment