eduardoboucas / eduardoboucas/postcss-cssential
A bug: commas inside atRules between curly brackets.
Open
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Hi Eduardo.
Check the example:
`@media (min-width: 62em) {
.hero__inner {
min-height: 550px
}
,.hero__txt {
max-width: 40%
}
,.hero__img {
max-width: 100%
}
}`
I think it happens so when joining the same media rules - with the same value (I have them separated in various places).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.