blob: f147da42434e7b87870ea2733572481a48959196 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*!
* Primer
* http://primer.github.io
*
* Released under MIT license. Copyright (c) 2019 GitHub Inc.
*/
// Primer master file
//
// Imports all Primer files in their intended order for easy mass-inclusion.
// Should you need specific files, you can easily use separate `@import`s.
// Global requirements
@import "./core/index.scss";
@import "./product/index.scss";
@import "./marketing/index.scss";
|