Skip to content

Commit

Permalink
Remove unused colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jlkiri committed Feb 26, 2020
1 parent 036fcfd commit 8160ad8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Binary file added www/reduxcacheOh6YL9/redux.rest.state
Binary file not shown.
5 changes: 1 addition & 4 deletions www/src/components/docs-table-of-contents.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/** @jsx jsx */
import { jsx } from "theme-ui"
import { Link } from "gatsby"
import {
colors,
mediaQueries,
} from "gatsby-design-tokens/dist/theme-gatsbyjs-org"
import { mediaQueries } from "gatsby-design-tokens/dist/theme-gatsbyjs-org"

function isUnderDepthLimit(depth, maxDepth) {
if (maxDepth === null) {
Expand Down

0 comments on commit 8160ad8

Please sign in to comment.