1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 01:53:17 +03:00

Remove primitives css tokens import from support package (#2554)

* Remove token import

* Create gorgeous-jeans-camp.md
This commit is contained in:
Jon Rohan 2023-11-30 15:02:17 -08:00 committed by GitHub
parent a2cf6e726e
commit f0b0d208cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": minor
---
Remove primitives css tokens import from support package

View File

@ -2,7 +2,6 @@
@import './variables/typography.scss';
@import './variables/layout.scss';
@import './variables/misc.scss';
@import '../primitives/temp-typography-tokens.scss';
// mixins
@import './mixins/color-modes.scss';