mirror of
https://github.com/primer/css.git
synced 2024-11-26 23:56:04 +03:00
17 lines
407 B
SCSS
17 lines
407 B
SCSS
/*!
|
|
* 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";
|