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:
parent
434fcac6c2
commit
9896c79a84
5
.changeset/fair-cups-lay.md
Normal file
5
.changeset/fair-cups-lay.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": minor
|
||||
---
|
||||
|
||||
Move native color styles from the color-modes bundle to the base bundle
|
@ -1,4 +1,5 @@
|
||||
@import '../support/index.scss';
|
||||
@import './native-colors.scss';
|
||||
@import './normalize.scss';
|
||||
@import './base.scss';
|
||||
@import './kbd.scss';
|
||||
|
@ -9,4 +9,3 @@
|
||||
@import './themes/dark_high_contrast.scss';
|
||||
@import './themes/dark_colorblind.scss';
|
||||
@import './themes/dark_tritanopia.scss';
|
||||
@import './native.scss';
|
||||
|
Loading…
Reference in New Issue
Block a user