madeleineostoja / rucksack

A little bag of CSS superpowers, built on PostCSS
https://www.rucksackcss.org
Other
1.85k stars 48 forks source link

Allow passing config objects to modules #30

Open madeleineostoja opened 8 years ago

madeleineostoja commented 8 years ago

Should be able to pass a boolean OR a config object to Rucksack modules. Every config object should have an enabled property that takes place of the Boolean. All other options are passed to the module.

Taken from #29.