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

Include primitives.css in the main primer.css export (#2657)

This commit is contained in:
Jon Rohan 2024-07-08 15:13:57 -07:00 committed by GitHub
parent 5f0bfbbb7e
commit b87c3796fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Import `primitives/index.scss` in the main `primer.css` file.

View File

@ -12,6 +12,7 @@
// CSS color variables
@import './color-modes/index.scss';
@import './primitives/index.scss';
// Global requirements
@import './core/index.scss';