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 Jan 9, 2019. It is now read-only.
Not sure if this is a plugin issue or a lesscss issue. I'm trying to do the following
@import (reference) "http://yui.yahooapis.com/pure/0.3.0/buttons-min.css";
and then apply that style to all my buttons
button {
.pure-button
}
I get
[ERROR] 234 }: Error: NameError: .pure-button is undefined in /var/folders/l_/8yr1sgwd1bqgttcb1dhq_zsr0000gp/T/tmp8671075994062153763less.tmp on line 233, column 3:
[ERROR] 232 button {
[ERROR] 233 .pure-button
[ERROR] 234 }
Is this a bug or my misunderstanding? And if my misunderstanding, is there a way to accomplish what I'm trying to do.
The text was updated successfully, but these errors were encountered: