Webpack+Bootstrap starter: Step 5
Step-by-step projects for Webpack+Bootstrap startup
- Genarating HTML (with HtmlWebpackPlugin and pug-loader)
- Injecting
<style>
(with style-loader and css-loader)
- Using Sass (with node-sass and sass-loader)
- Using Autoprefixer (with postcss-loader)
- Generating a separate CSS (with mini-css-extract-plugin)
Step 4: Autoprefixer example
This paragraph uses user-select: none;
(you cannot select this line).
(Check for CSS output to determine Autoprefixer is working properly)