-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semicolon after @charset
should be optional
#108
Comments
Hm. That type of comment seems to be handled fine to me. Maybe the problem is a comment in that position? Ah, yes. The problem is that there is no |
Ah sorry, I should have noticed the missing |
No problem. That |
@charset
should be optional
Looking closer, I notice that the bulma source files is in |
Whoa I didn't realise anyone was still using the sass syntax. That's a bit annoying but oh well. |
Progress: 3992 of 6180 tests passed in dart-sass compatibility mode. * The `sass::Item::MixinCall` enum alternative was modified. * Signature changes in `css::CallArgs` and `sass:CallArgs`, and new alternatives in `sass::ArgsError`. * `css::Value` has a new variant `ArgList`. * The `OrderMap::keys()` and `values()` functions now returns iterators, `OrderMap::remove(key)` now returns the removed value. * Better handling of mixin call bodies, the `@content` item, and the `content_exists` function. Fixes #112. * `@import` exposes things `@forward`ed in the imported module. * Many improvements in parameter passing to functions and mixins. PR #113. * Some more fixes regarding function calls and modules. * Support the `keywords` function in `sass:meta`. * Removed some debug printouts that was accidentally left in 0.21.0. * Update sass-spec test suite to 2021-06-14. Thanks to @Keats for reporting #112 and #108.
From Bulma (current master)
The text was updated successfully, but these errors were encountered: