diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c4f26e5a..06ed05ab56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # HEAD -- Added [primer-markdown](https://github.com/primer/markdown) to the build +- Added: [primer-markdown](https://github.com/primer/markdown) to the build +- Fixes: Pointing "style" package.json to `build/build.css` file. # 4.0.2 diff --git a/package.json b/package.json index 466fe33b2b..34c4561ddb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "homepage": "http://primercss.io/", "author": "GitHub, Inc.", "license": "MIT", - "style": "index.scss", + "style": "build/build.css", "files": [ "index.scss", "lib",