1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 10:49:41 +03:00

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
This commit is contained in:
Jon Rohan 2024-03-29 13:04:39 -07:00 committed by GitHub
parent 434fcac6c2
commit 9896c79a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": minor
---
Move native color styles from the color-modes bundle to the base bundle

View File

@ -1,4 +1,5 @@
@import '../support/index.scss';
@import './native-colors.scss';
@import './normalize.scss';
@import './base.scss';
@import './kbd.scss';

View File

@ -9,4 +9,3 @@
@import './themes/dark_high_contrast.scss';
@import './themes/dark_colorblind.scss';
@import './themes/dark_tritanopia.scss';
@import './native.scss';