Skip to content

Commit a13ac3f

Browse files
committed
Merge pull request #37 from primer/copyright
Add copyright banners to CSS
2 parents 76702fe + 054b7ee commit a13ac3f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/docs.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
# only main files contain this front matter, not partials.
44
---
55

6+
/*
7+
* Primer documentation styles
8+
* http://primercss.io
9+
*
10+
* Released under MIT license. Copyright 2015 GitHub, Inc.
11+
*/
12+
613
//
714
// Import Primer itself
815
//

scss/primer.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Primer
3+
* http://primercss.io
4+
*
5+
* Released under MIT license. Copyright 2015 GitHub, Inc.
6+
*/
7+
18
// Primer master file
29
//
310
// Imports all Primer files in their intended order for easy mass-inclusion.

0 commit comments

Comments
 (0)