-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Build(deps-dev): Bump sass from 1.90.0 to 1.93.3 #41718
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
Open
julien-deramond
wants to merge
35
commits into
v6-dev
Choose a base branch
from
v6-dev-jd-bump-sass-to-1.92.0
base: v6-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+16,193
−15,476
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e4ef391 to
d0386b9
Compare
90b7cc6 to
21491d1
Compare
* Don't disallow calc() * Remove disables that aren't needed * Remove custom subtract and add functions * Remove more disables * keep it here
* Convert .ratio helper to new .ratio utility * Fix up * Fix links for now, even though they'll be deleted
* Drop clearfix for display: flow-root * Fix links
* Remove all deprecated Sass variables and deprecation notices from docs components * Fix linter error * fix
* Remove added badges from docs pages * Remove AddedIn
…s and extra dependencies once we migrate to Sass modules (#41697)
* Reorganize scss folder * Migrate to Sass modules * Migrate docs to Sass modules, comment out docs grid CSS * Give helpers folder an index.scss, migrate ratio helper to aspect-ratio utility * Delete node sass Action * Modify Sass tests to pass for new Sass modules implementation * Don't disallow calc() * Move heading classes back to Reboot to prevent a dependency * Utilities, some helpers, and theme colors * Temporary fix of docs compilation * Temporary Bundlewatch fix * docs fix import to use * Restyle docs callouts * Fix docs colors * Revert typo * Reintroduce `css-lint-vars` npm script * Bump to Sass v1.90.x * Fixes * more * Remove --------- Co-authored-by: Julien Déramond <[email protected]>
* First pass at CSS layers * bundlewatch * more bundlewatch
…41702) * Restore both grids and update mixins * Bundlewatch
* Co-locate Sass variables in most files * another * fix * Don't bring tables into reboot, temp remove some sass vars so we don't need the co-dependency * Move vars * bundlewatch * scssdocs * Fix scssdocs
…me pages (MDN, CSS Tricks) (#41749) * wip * improve * Add more utility refs * Remove important flag from the utilities * update * Start on helpers * fixes * fix links
* Remove !important from utilities, make it opt-in per utility * package-lock * Fix test
* Add utilities for place-items and justify-items * bump
* Split the flex.mdx file into separate pages * Add subgroups to docs utils nav * More new groups, split pages * Update MDX linter * fixes
* wip * More updates
* Use `@forward` instead of `@use` for proper customization * linty linterson * woof
* New form controls * Split Sass, update docs * More migration docs * basic migration, update changelog * Bring back btn-check for now, but move to button stylesheet * note * Fix link * lint
* Start to redo generate-utility() * fixes * bundlewatch
* Update xxl breakpoint and container, rename xxl to 2xl for better scaling Co-Authored-By: mdo <[email protected]> * note for lg * bump bundlewatch --------- Co-authored-by: mdo <[email protected]>
* New validator * update * remove * update
* new colors * WIP: Redo some theming * Fix sass warnings on unquoted map keys * Revamp colors, update docs, couple new utils * Remove key attributes * Bump bundlewatch * Bundlewatch * Fix some things up * Clean up tables, more color changes * Fix more table color generation, simplify markup with new Table component prop * More docs improvements, including utilities API, and checkbox and radio theme variants
* wip Co-Authored-By: mdo <[email protected]> * linty linterton --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: mdo <[email protected]>
* Move some docs content around * Update links
d0386b9 to
e0f4169
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR bumps sass from 1.90.0 to 1.93.3
While running
npm run css, got this warning, but this is the same as forv6-devbranch. It comes fromcleancss(innpm run css-minify-*scripts):See warning message...
I also executed
npm run distin this branch and inv6-dev. The comparison of bothdistdirectories shows no diff at all.Note
@mdo You can check more precisely the release notes if things can be useful on your side in terms of new Sass features