I have a LESS variable:
@columns: 12
I would like to pass this variable into a CSS class name ideally as:
.one-{@columns}-inner {}
Is it possible?
Simply you can do it this way:
// Using variables
.one-@{columns}-inner {
color: black;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With