Commit 66c4b5b
authored
Migrate from infix to prefix (#42203)
* Migrate from infix to prefix
- Replace the breakpoint infix pattern (e.g., `.d-md-none`, `.col-lg-6`) with a prefix pattern using an escaped colon (e.g., `.md\:d-none`, `.lg\:col-6`),
- Rename `breakpoint-infix()` to `breakpoint-prefix()` and add
`css-escape-ident()` for leading-digit breakpoints like `2xl`
- Update `generate-utility()`, grid, and all component/helper loops
- Update containers, navbar, offcanvas, tables, list-group, stepper,
dialog, sticky, and stacks responsive classes
- Update SCSS and JS tests
- Update all docs
Made-with: Cursor
* fix for prefix
* fix that
* fix1 parent 9e39d01 commit 66c4b5b
132 files changed
Lines changed: 4857 additions & 4826 deletions
File tree
- dist
- css
- js
- js
- src
- tests
- unit
- visual
- scss
- content
- helpers
- layout
- mixins
- tests
- mixins
- utilities
- utilities
- site/src
- assets/examples
- album
- blog
- buttons
- carousel
- cheatsheet
- checkout
- cover
- dashboard
- dialogs
- features
- grid
- headers
- heroes
- jumbotrons
- jumbotron
- list-groups
- masonry
- pricing
- product
- sidebars
- starter-template
- components
- header
- home
- content/docs
- about
- components
- content
- customize
- forms
- getting-started
- helpers
- layout
- utilities
- layouts
- partials
- pages
- docs
- [version]/examples
- scss
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments