| Is there any reason mixins/extends shouldn't use property | syntax? Since variables will be using property:value | notation, why not use it for this use-case as well. Yes, there is. Because CSS “variables” are custom properties, meaning they are properties like any other: they cascade, they're inherited, they're tied to an element (not a rule or a stylesheet). As such, it makes sense to use the propery syntax for them. To the contrary, @extend and mixins are not property declarations.Received on Thursday, 16 August 2012 11:13:11 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 17:20:58 GMT