mirror of
https://github.com/primer/css.git
synced 2024-12-13 06:38:07 +03:00
17 lines
377 B
SCSS
17 lines
377 B
SCSS
/*!
|
|
* Primer CSS
|
|
* https://primer.style
|
|
*
|
|
* Released under MIT license.
|
|
*/
|
|
|
|
// 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";
|