Closed
Conversation
Contributor
|
Wow, what a nice move 🚀 Any way to share ideas for v6? Or should we try some PR to your branch? |
Member
|
Adding this link as a reference for reusing other elements in case we run into any issues: #38319 |
Member
Author
|
@ffoodd Ayyy good to see you! Issues here or jump into our team Slack :). I'll update the original comment with more of what I'm thinking shortly. |
Contributor
|
💜 I only have a few things that comes to my mind :
Probably for v7 but the anchor There could be more, but those are already quite big. |
21573d8 to
3afdd5f
Compare
47b5947 to
55922ed
Compare
- Update ScssDocs tags where appropriate - Removed a null Sass variable, $table-th-font-weight - Removed $table-caption-color because we put table Sass vars in the _tables.scss file away from the _reboot.scss file - Fix docs styles as needed
…ove migration for now
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Yes, it's happening! Here's what's happened so far:
High level
last 1 versionsandnot dead)npm run lint-mdx)Sass & CSS
_colors.scssstylesheet_config.scssstylesheet_forms.scssis nowforms/index.scssand uses@forward)calcby default in numeric operations #40412: Drop customadd()andsubtract()functions for nativecalc(); also replace customdivide()function with Sassmath.div().!importantfrom utilitiesclamp()?@media (width < 768px)Colors, Customizing, Themes, etc
data-bs-theme?light-dark()function?color-schemevalues are being setdata-bs-themestill, look into how we could set color/bg automatically?$graysmap to the other colorsLayout
$grid-breakpointsto$breakpoints-xxlbreakpoint to-2xl, as well as all component size variantsReboot
codeelements for light/dark modeContent
.proseclass for long form contentButtons
Forms
:user-valid/invalidvs:valid/invalidfield-sizing: contentfor textareas?Utilities & Helpers
.ratioutilitydisplay: flow-rootutility,.d-flow-root@propertyin CSS for disabling inheritance? (see appendix)max-widthandmax-heightutilities frommw-*/mh-*tomax-w-*/max-h-*#40674: Renamemax-widthandmax-heightutilities for claritymin-content,max-content, andfix-contentvalues for width and height utilitiesJavaScript
Docs
Appendix
Custom properties to disable inheritance in some utility classes?
Screenshots
Expansive color palette?
More button variants, all generated from a larger map?
CSS grid in action