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
{{ message }}
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
Name error: .pad-small is undefined
.test { .pad-small;}
I'd greatly appreciate any advice. Right now I'm going to have to generate the CSS with less, and then copy and paste the generated CSS into my less files, which is a pain because I'd rather be using Less in my files, not CSS!
The text was updated successfully, but these errors were encountered:
I've got some Less to create a bunch of default padding classes. However, I can't use those classes in other CSS classes after they are generated.
An example input:
I would expect to see this as output:
However, this is what I'm getting:
This is unexpected behavior. As a work around, I tried not using extend, like this:
However, the output I got was:
I'd greatly appreciate any advice. Right now I'm going to have to generate the CSS with less, and then copy and paste the generated CSS into my less files, which is a pain because I'd rather be using Less in my files, not CSS!
The text was updated successfully, but these errors were encountered: