mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-23 20:40:36 +03:00
webpack page: Remove precss reference
This commit is contained in:
@@ -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')
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user