Open xitanggg opened 4 years ago
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
d
meet the same problem when using the latest CRA (react-scripts@4.0.1)
yarn build
and the result CSS like below:
.wrapper{
display: flex;
justify-content: center;
align-items: center;
}
and the value was not been computed:
.amd-form-item-default-label {
flex-basis: 173 * 0.5 * 1px;
margin-right: 24 * 0.5 * 1px;
}
Last, I made sure again that my configuration is correct in package.json
:
"browserslist": {
"production": [
"Android >= 5.0",
"Chrome >= 60",
"iOS >= 9"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
Describe the bug
In the Create React App doc, it says
This doesn't seem to be true however.
Steps to reproduce
When I inspect
build/static/css/main.xxx.chunk.css
, I expect to seebut I get