vikramrojo / fortune

🔮Fortune is your friendly CSS properties framework.
MIT License
16 stars 2 forks source link

init var fallbacks #51

Closed vikramrojo closed 5 years ago

vikramrojo commented 5 years ago

Changes: .bord3 to .bordWid with --border-width .badge to .chip .posSm has deprecated calc & needs to shrink gap value Remove transform with animate.css

vikramrojo commented 5 years ago

I've taken the approach of setting variables to initial where you'd want to inject them with new values in Vue for example, rather than to be themed, ie. button-bg-color is a function you'll likely modify versus button-font-size which you'll only theme once.