matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Extends only one level while should extend until there is no more to be extended #186

Open paazmaya opened 8 years ago

paazmaya commented 8 years ago

Seems that extends is followed only on one occasions, while it is possible to have recursive extends in place.

paazmaya commented 8 years ago

Strangely I need to use the given configuration which contains the rule in question to be applied, while using a configuration file that extends the previous is not working...

Perhaps related to #178