Skip to content

Commit f755e43

Browse files
authored
Merge pull request #976 from primer/comment-tweaks
Comment tweaks, delete out-of-date marketing READMEs
2 parents ce3dfe9 + bdaaf3c commit f755e43

File tree

8 files changed

+10
-169
lines changed

8 files changed

+10
-169
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/buttons/README.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

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/marketing/support/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

src/marketing/support/variables.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $marketing-font-path: "/fonts/" !default;
1919

2020
$font-mktg: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
2121

22-
// Builds upon primer-support/variables/typography.scss
22+
// Builds upon @primer/css/support/variables/typography.scss
2323
$h000-size: 64px !default;
2424
$h000-size-mobile: 48px !default;
2525

@@ -30,8 +30,9 @@ $blue-mktg: mix($blue-400, $blue-500, 42%) !default;
3030
// Animations
3131
$transition-time: 0.4s !default;
3232

33-
// Increases primer-core scale first by 8px for spacer-7 then by 16px step increments for spacer-8 to spacer-12
34-
// i.e. After 40px, we have 48, 64, 80, 96, etc.
33+
// Increases the core spacing scale first by 8px for $spacer-7, then by 16px
34+
// increments from $spacer-8 to $spacer-12, i.e. after 40px, we have 48, 64,
35+
// 80, 96, etc.
3536
$spacer-7: $spacer * 6 !default; // 48px
3637
$spacer-8: $spacer * 8 !default; // 64px
3738
$spacer-9: $spacer * 10 !default; // 80px

src/marketing/type/README.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/marketing/utilities/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

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)