Closed devnoname120 closed 10 years ago
This would be great to be able to inherit from a class by referencing it.
Example:
.class1 display: inline-block margin: 10px float: left font-size: 0.8em .class2 .class1 margin: 20px
Here, if I use class2, it would do the same as class1, but with a margin of 20px.
For example, LESS is able to do it.
You can use rework-inherit (which is included by default)
Oh never mind, then. Thank you for the tip!
This would be great to be able to inherit from a class by referencing it.
Example:
Here, if I use class2, it would do the same as class1, but with a margin of 20px.
For example, LESS is able to do it.