1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

webpack page: Remove precss reference

This commit is contained in:
XhmikosR
2018-10-20 22:59:27 +03:00
parent 2c1a743cc9
commit bc2a98522d

View File

@@ -58,7 +58,6 @@ For Bootstrap to compile, make sure you install and use the required loaders: [s
options: { options: {
plugins: function () { // postcss plugins, can be exported to postcss.config.js plugins: function () { // postcss plugins, can be exported to postcss.config.js
return [ return [
require('precss'),
require('autoprefixer') require('autoprefixer')
]; ];
} }