1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00
css/modules/primer-css/index.scss
2017-06-29 12:49:16 -07:00

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";