We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d63810 + 0c9802a commit 20401cfCopy full SHA for 20401cf
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# HEAD
2
3
-- Added [primer-markdown](https://github.com/primer/markdown) to the build
+- Added: [primer-markdown](https://github.com/primer/markdown) to the build
4
+- Fixes: Pointing "style" package.json to `build/build.css` file.
5
6
# 4.0.2
7
package.json
@@ -5,7 +5,7 @@
"homepage": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
8
- "style": "index.scss",
+ "style": "build/build.css",
9
"files": [
10
"index.scss",
11
"lib",
0 commit comments