segmentio / myth

A CSS preprocessor that acts like a polyfill for future versions of the spec.
4.33k stars 131 forks source link

@extend support #124

Open ianstormtaylor opened 9 years ago

ianstormtaylor commented 9 years ago

From draft spec here: http://tabatkins.github.io/specs/css-extend-rule/

Could be implemented with: https://github.com/reworkcss/rework-inherit

tinchoz49 commented 9 years ago

:+1:

JamesCoyle commented 8 years ago

Support for this would be fantastic. It takes the style specific classes out of the HTML definition and allows a more object oriented approach to styling elements.