mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Use *= ('one of') rather than (^=) starts with for collapsed units.
This commit is contained in:
parent
5b96d92885
commit
fae5f7f169
@ -29,12 +29,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width:480px) {
|
@media (max-width:480px) {
|
||||||
.pure-g-r > [class ^= "pure-u"] {
|
.pure-g-r > .pure-u,
|
||||||
|
.pure-g-r > [class *= "pure-u-"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width:767px) {
|
@media (max-width:767px) {
|
||||||
.pure-g-r > [class ^= "pure-u"] {
|
.pure-g-r > .pure-u,
|
||||||
|
.pure-g-r > [class *= "pure-u-"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.pure-hidden-phone {
|
.pure-hidden-phone {
|
||||||
|
Loading…
Reference in New Issue
Block a user