mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
remove postcss
This commit is contained in:
parent
6d0a24ccb7
commit
84986e1178
|
@ -34,8 +34,6 @@
|
|||
"@types/node": "^14.14.22",
|
||||
"@types/react": "^17.0.0",
|
||||
"next-transpile-modules": "^6.1.0",
|
||||
"postcss-flexbugs-fixes": "^5.0.2",
|
||||
"postcss-preset-env": "^6.7.0",
|
||||
"prettier": "^2.6.2",
|
||||
"typescript": "^4.1.3"
|
||||
}
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
// 'tailwindcss',
|
||||
'postcss-flexbugs-fixes',
|
||||
[
|
||||
'postcss-preset-env',
|
||||
{
|
||||
autoprefixer: {
|
||||
flexbox: 'no-2009',
|
||||
},
|
||||
stage: 3,
|
||||
features: {
|
||||
'custom-properties': false,
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
Loading…
Reference in New Issue
Block a user