-
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
Only new selectors #195
Merged
Merged
Only new selectors #195
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 01888be - Browse repository at this point
Copy the full SHA 01888beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b281c - Browse repository at this point
Copy the full SHA 11b281cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a157ee - Browse repository at this point
Copy the full SHA 0a157eeView commit details -
New selectors 3: Use new in css
Rule
.* Made new-style selectors public and restrict old-style to the crate. * Improved output-formatting of new-style selectors. * Partially implmented filtering out placeholders from new-style selectors.
Configuration menu - View commit details
-
Copy full SHA for caa8805 - Browse repository at this point
Copy the full SHA caa8805View commit details -
New selectors 4: Use new in transform.
The conversion from sass selectors to css selectors (i.e. the evaluation of string interpolations in selectors) are still done through the old css selectors. The selectors context in a variable scope is now new selectors. Writing new selectors is now don to `CssBuf` (handling different formats) rather than through the `Display` trait. Improved new pseudo selectors and some other selector handling using a three-state option that can be "these selectors", "match-noting", or "match anything".
Configuration menu - View commit details
-
Copy full SHA for 44e7f39 - Browse repository at this point
Copy the full SHA 44e7f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40dac2f - Browse repository at this point
Copy the full SHA 40dac2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b790b0d - Browse repository at this point
Copy the full SHA b790b0dView commit details
Commits on Sep 7, 2024
-
* Evaluate sass selectors directly to new-style css selectors. * Purge the old style css selectors from the code-base!
Configuration menu - View commit details
-
Copy full SHA for e9cd926 - Browse repository at this point
Copy the full SHA e9cd926View commit details
Commits on Sep 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 284d1cf - Browse repository at this point
Copy the full SHA 284d1cfView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce63a86 - Browse repository at this point
Copy the full SHA ce63a86View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.