|
|
|
|
|
by zkldi
1781 days ago
|
|
But why would you use @apply instead of something like: .button {
background-color: $gray-100;
border: 1px $gray-200
/\* so on... \*/
}
i don't understand how these "micro" css classes actually help versus just setting the property. |
|
I'm building an app like this right now and it's been lovely.