Skip to content

Commit d603d48

Browse files
author
Brian Vaughn
authored
Added copyright header to CSS files (#3089)
1 parent 3e4f268 commit d603d48

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/css/algolia.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
/* Styles forked from Algolia */
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*
4+
* Customized Algolia search result styles.
5+
*/
26

37
.searchbox {
48
display: inline-block;

src/css/reset.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Copyright (c) Facebook, Inc. and its affiliates.
3+
*/
4+
15
html {
26
box-sizing: border-box;
37
font-family: -apple-system, BlinkMacSystemFont,

0 commit comments

Comments
 (0)