Webpack + Customizable Foundation 6.x (Stylus)

Published on

Foundation CSS Framework comes in two versions SCSS and Stylus. As example I will show here how to setup Stylus version. Let’s say you already have style-loader, css-loader, postcss-loader, postcss, postcss-flexbugs-fixes and autoprefixer installed. Install webpack plugins for stylus: npm install stylus stylus-loader –save-dev Install framework: npm install foundation –save Create directory src/foundation which will … Continue reading Webpack + Customizable Foundation 6.x (Stylus)