Skip to content

Commit 9791d87

Browse files
committed
clean up "master file" CSS comments
1 parent ce3dfe9 commit 9791d87

File tree

3 files changed

+6
-21
lines changed

3 files changed

+6
-21
lines changed

src/core/index.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
/*!
2-
* Primer-core
3-
* http://primer.github.io
2+
* @primer/css/core
3+
* http://primer.style/css
44
*
55
* Released under MIT license. Copyright (c) 2019 GitHub Inc.
66
*/
77

88
// Include .octicon base styles
99
@import "@primer/octicons/index.scss";
1010

11-
// Primer master file
12-
//
13-
// Imports all Primer files in their intended order for easy mass-inclusion.
14-
// Should you need specific files, you can easily use separate `@import`s.
15-
1611
// Global requirements
1712
@import "../support/index.scss";
1813

src/marketing/index.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
/*!
2-
* Primer-marketing
3-
* http://primer.github.io
2+
* @primer/css/marketing
3+
* http://primer.style/css
44
*
55
* Released under MIT license. Copyright (c) 2019 GitHub Inc.
66
*/
77

8-
// Primer master file
9-
//
10-
// Imports all Primer files in their intended order for easy mass-inclusion.
11-
// Should you need specific files, you can easily use separate `@import`s.
12-
138
// Global requirements
149
@import "./support/index.scss";
1510

src/product/index.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
/*!
2-
* Primer-product
3-
* http://primer.github.io
2+
* @primer/css/product
3+
* http://primer.style/css
44
*
55
* Released under MIT license. Copyright (c) 2019 GitHub Inc.
66
*/
77

8-
// Primer master file
9-
//
10-
// Imports all Primer files in their intended order for easy mass-inclusion.
11-
// Should you need specific files, you can easily use separate `@import`s.
12-
138
// Global requirements
149
@import "../support/index.scss";
1510

0 commit comments

Comments
 (0)