Skip to content

Commit 20401cf

Browse files
authored
Merge pull request #197 from primer/style_build
Updating 'style' to point to build.css
2 parents 7d63810 + 0c9802a commit 20401cf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# HEAD
22

3-
- Added [primer-markdown](https://github.com/primer/markdown) to the build
3+
- Added: [primer-markdown](https://github.com/primer/markdown) to the build
4+
- Fixes: Pointing "style" package.json to `build/build.css` file.
45

56
# 4.0.2
67

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"homepage": "http://primercss.io/",
66
"author": "GitHub, Inc.",
77
"license": "MIT",
8-
"style": "index.scss",
8+
"style": "build/build.css",
99
"files": [
1010
"index.scss",
1111
"lib",

0 commit comments

Comments
 (0)