Is there a limit to the number of @extend i can use in Sass? -


i have encountered strange problem, use @extend .opensans-light; on class , refused extend class .opensans-light. no error occurred when inspected element check if extended or not noticed not added list of elements in .opensans-light class.

.opensans-light {   font-family: 'open sans', arial, sans-serif;   font-weight: 300; } 

the @extend working till when noticed use @extend on same class on 100 times. question is, there limit number of times can use @extend or have different problem ?


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -