-
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
Release 1.0 #3
Comments
Will widespread CSS/SASS frameworks like Bourbon or ZURB Foundation work with 1.0? Currently these two don't work. |
I don't want to add beeing able to transpile specific frameworks to the release criteria, but it may well be that the missing interpolation is the thing that is lacking for them, and if so, it will work. One thing that I have not added to the release criteria, but that I want to support as soon as possible, is the selector-likes stop markers that is used for css animations (actually, using keywords |
Okay, I looked at the errors that I get when I try to use Bourbon and Foundation with rsass, and the current blocker actually seems to be the missing interpolation (interpolation in property names for Bourbon and interpolation in media queries for Foundation), though this does not say whether everything will work once that is implemented. Anyway, thanks for your work on this project! |
I added a bullet point for string quoting / unqouting. I'm considering requiring support for placeholder selectors and |
Hi, don't forget windows support! Thanks for your initiative!
|
Yes, it "should" build on windows, and I hope there won't be any big problems with that in itself (I think rsass works on windows as-is), but actually having continous verification of that would be a good thing. I'll try to look into it in a week or so. Hints welcome ... :-) |
I can give you a config file for appveyor :) |
Appveyor build added and successfull. Thanks for the config file, @Geobert . |
Would you please break this down further so we can gauge ongoing progress and work remaining? |
I extracted Support placeholder selectors and the |
how do the tests look now? (since 0597e3c) |
Pretty similar to how they looked before, only some tests that contained multiple properties testing different aspects of something has been broken up into a set of tests testing one aspect each, as for example 0597e3c#diff-b97f6e13978eef129ce0222c336c6d02 |
@kaj How close would you say it is to usable? I'm looking at alternatives to sass-rs for Zola and there is this library and grass which seem to be at roughly the same stage. I've tried running the cmd line on the new bootstrap 5 scss files but I get:
The JS implementation (using dart-sass) from their package.json seem to compile it without errors. Now according to their docs |
After looking at this for a while I realized what happens here: Since the |
As for the more general "use bootstrap and other libraries to find out what to implement next", I have only done so to some extent, but I don't think it's relevant to include that as an actual test case, at least not until it suceeds once manually. :-) |
Tracking issue for rsass 1.0 release criteria.
#{"foo" + $bar}
) in values (pr Feature/value interpolation #2).@use
,@import
and@foward
(issues Support the@use
directive #60)sass:meta
module #129sass:selector
module. #130@extend
directive #65The text was updated successfully, but these errors were encountered: