Skip to content

Commit

Permalink
Fix links in styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scholtes committed Aug 5, 2016
1 parent d1277a4 commit c068c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kss-config.json
Expand Up @@ -4,7 +4,7 @@
"homepage": "styleguide.md",
"css": [
"./styleguide.css",
"./../cf-widget-api.css"
"./../cf-extension.css"
],
"destination": "dist/styleguide"
}
4 changes: 2 additions & 2 deletions lib/style/styleguide.md
Expand Up @@ -7,8 +7,8 @@ You can include the stylesheet as
<link
rel="stylesheet"
type="text/css"
href="https://contentful.github.io/widget-sdk/cf-widget-api.css">
href="https://contentful.github.io/ui-extensions-sdk/cf-extension.css">
~~~

We also distribute the CSS file as part of the NPM package. You can find in in
`./dist/cf-widget-api.css`.
`./dist/cf-extension.css`.

0 comments on commit c068c6d

Please sign in to comment.