-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(elements): update colors, layout, and motion packages with exper…
…imental Sass Modules (#7546) * refactor(colors): move Sass Modules to colors/index.scss * feat(layout): add support for sass modules * feat(motion): add support for sass modules * docs(migration): add initial 11.x docs for sass modules * chore(components): update sass check to ignore vendor files * chore(colors): update modules test to new location Co-authored-by: TJ Egan <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9e4485a
commit adb7cd1
Showing
19 changed files
with
516 additions
and
2,268 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Layout | ||
|
||
**Note: everything in this file is a work-in-progress and will be changed.** | ||
|
||
## Changes | ||
|
||
| v10 | v11 | | ||
| --------------------------------- | ------------------------- | | ||
| `$carbon--base-font-size` | `$base-font-size` | | ||
| `carbon--rem` | `rem` | | ||
| `carbon--em` | `em` | | ||
| `$carbon--grid-gutter` | `$grid-gutter` | | ||
| `$carbon--grid-gutter--condensed` | `$grid-gutter--condensed` | | ||
| `$carbon--grid-breakpoints` | `$grid-breakpoints` | | ||
| `carbon--breakpoint-next` | `breakpoint-next` | | ||
| `carbon--breakpoint-prev` | `breakpoint-prev` | | ||
| `carbon--is-smallest-breakpoint` | `is-smallest-breakpoint` | | ||
| `carbon--largest-breakpoint-name` | `largest-breakpoint-name` | | ||
| `carbon--breakpoint-infix` | `breakpoint-infix` | | ||
| `carbon--breakpoint-up` | `breakpoint-up` | | ||
| `carbon--breakpoint-down` | `breakpoint-down` | | ||
| `carbon--breakpoint-between` | `breakpoint-between` | | ||
| `carbon--largest-breakpoint` | `largest-breakpoint` | | ||
| `carbon--breakpoint` | `breakpoint` | |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Motion | ||
|
||
**Note: everything in this file is a work-in-progress and will be changed.** | ||
|
||
## Changes | ||
|
||
| v10 | v11 | | ||
| -------------------------- | ---------- | | ||
| `$carbon--easings` | `$easings` | | ||
| `@function carbon--motion` | `motion` | | ||
| `@mixin carbon--motion` | `motion` | |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
scss | ||
index.scss |
This file contains 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
This file contains 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
Oops, something went wrong.