Skip to content

Commit

Permalink
Move native color styles from the color-modes bundle to the base bund…
Browse files Browse the repository at this point in the history
…le (#2596)

* Rename native.scss to native-colors.scss

* Remove native import

* Import native-colors

* Create fair-cups-lay.md
  • Loading branch information
jonrohan committed Mar 29, 2024
1 parent 434fcac commit 9896c79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fair-cups-lay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": minor
---

Move native color styles from the color-modes bundle to the base bundle
1 change: 1 addition & 0 deletions src/base/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import '../support/index.scss';
@import './native-colors.scss';
@import './normalize.scss';
@import './base.scss';
@import './kbd.scss';
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion src/color-modes/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
@import './themes/dark_high_contrast.scss';
@import './themes/dark_colorblind.scss';
@import './themes/dark_tritanopia.scss';
@import './native.scss';

0 comments on commit 9896c79

Please sign in to comment.