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
The content of generic at-directives should be a simple string constant. Currently we parse these values and evaluate them which is not how Ruby Sass behaves.
$foo: bar;
@keyframes $foo {
from { a: b }
to { a: c }
}
Ref #1214
The content of generic at-directives should be a simple string constant. Currently we parse these values and evaluate them which is not how Ruby Sass behaves.
Ruby Sass
Libsass
Spec added: sass/sass-spec#387
The text was updated successfully, but these errors were encountered: