Skip to content

Commit

Permalink
fix(clayui.com): miscellaneous bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Feb 21, 2020
1 parent 3f9647e commit 1680408
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion clayui.com/content/docs/components/icon.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import icons from '../../../static/js/icons.json';
<div class="nav-toc-absolute">
<div class="nav-toc">

- [Best Pratices](#variants-and-best-pratices)
- [Best Pratices](#best-pratices)
- [Using Context](#using-context)
- [API](#api)

Expand Down
6 changes: 0 additions & 6 deletions clayui.com/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ module.exports = {
},
resolve: 'gatsby-remark-prismjs',
},
{
resolve: path.resolve(
__dirname,
'./plugins/gatsby-remark-use-clipboard'
),
},
{
resolve: path.resolve(
__dirname,
Expand Down
2 changes: 1 addition & 1 deletion clayui.com/src/styles/site/_content-site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
.lexicon-icon-list li {
float: left;
padding: 5px;
width: 33%;
width: 25%;
}
}

Expand Down

0 comments on commit 1680408

Please sign in to comment.