pimbrouwers / hydrogen

⛅ A featherweight, modular CSS foundation.
https://pimbrouwers.github.io/hydrogen/
MIT License
24 stars 3 forks source link

v1.1.2 Grid Utils Broken #1

Closed pimbrouwers closed 6 years ago

pimbrouwers commented 6 years ago

Utility classes are missing "push" & "pull" names from classes.

pimbrouwers commented 6 years ago

Addressed in commit 1664dd5d7ca8dae1987d52ba93078188fe8ba5fd

pimbrouwers commented 6 years ago

The position: relative still being applied to div[class*="-push-"], div[class*="-pull-"]. Should be div[class*="-r-"], div[class*="-l-"]