Skip to content

Commit b87c379

Browse files
authored
Include primitives.css in the main primer.css export (#2657)
1 parent 5f0bfbb commit b87c379

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/little-toes-reflect.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Import `primitives/index.scss` in the main `primer.css` file.

src/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
// CSS color variables
1414
@import './color-modes/index.scss';
15+
@import './primitives/index.scss';
1516

1617
// Global requirements
1718
@import './core/index.scss';

0 commit comments

Comments
 (0)