I'm new at Less. I want to create multidimensional array in Less.
Let me show!
@colors: {
@sidebar: {
color: #FFF;
}
@content: {
border-color: #000;
}
...
}
Is it possible? If i can create it like above, how can i use them?
Thanks!
I'm new at Less. I want to create multidimensional array in Less.
Let me show!
@colors: {
@sidebar: {
color: #FFF;
}
@content: {
border-color: #000;
}
...
}
Is it possible? If i can create it like above, how can i use them?
Thanks!