issues
search
startae
/
hagrid
:straight_ruler: Hagrid is a mixin library for responsive websites and web applications.
https://hagrid.netlify.com/
MIT License
30
stars
3
forks
source link
DRY Mixins: Modifiers on first grid
#14
Closed
fspoettel
closed
9 years ago
fspoettel
commented
9 years ago
If a modifier that overwrites default values is called on first grid, it will get overwritten
If a modifier overwrites @i-properties via >* and the item-selector is of higher specificity, it will get overwritten
Solution:
Check for modifiers in mixin and don't apply defaults if detected (better output :beer: )
Use important on modifiers (wide,narrow,full || fallback: bottom,middle). Should be alright and is the only way to keep the nice syntax
Status: WIP
Solution:
Status: WIP