Skip to content

Commit 9896c79

Browse files
authored
Move native color styles from the color-modes bundle to the base bundle (#2596)
* Rename native.scss to native-colors.scss * Remove native import * Import native-colors * Create fair-cups-lay.md
1 parent 434fcac commit 9896c79

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.changeset/fair-cups-lay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": minor
3+
---
4+
5+
Move native color styles from the color-modes bundle to the base bundle

src/base/index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@import '../support/index.scss';
2+
@import './native-colors.scss';
23
@import './normalize.scss';
34
@import './base.scss';
45
@import './kbd.scss';
File renamed without changes.

src/color-modes/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
@import './themes/dark_high_contrast.scss';
1010
@import './themes/dark_colorblind.scss';
1111
@import './themes/dark_tritanopia.scss';
12-
@import './native.scss';

0 commit comments

Comments
 (0)