You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found several use cases for the following feature: Say I want to use a selector's style as a variable to format another selector. Well the way to do this currently is:
I've found several use cases for the following feature: Say I want to use a selector's style as a variable to format another selector. Well the way to do this currently is:
It's doable but it seems unnecessary. If DivTwo depends entirely on DivOne, why not just skip the variable creation and do something like
I think this is in the spirit of Less.js and would certainly help developers. Thoughts?
The text was updated successfully, but these errors were encountered: