mirror of
https://github.com/primer/css.git
synced 2024-12-19 12:12:02 +03:00
17 lines
415 B
SCSS
17 lines
415 B
SCSS
/*!
|
|
* Primer
|
|
* http://primercss.io
|
|
*
|
|
* Released under MIT license. Copyright 2015 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 "primer-core/index.scss";
|
|
@import "primer-product/index.scss";
|
|
@import "primer-marketing/index.scss";
|