Skip to content

Commit

Permalink
remove global inject
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWells committed Sep 5, 2018
1 parent 58855ee commit 5164d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions site/src/_layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ import {
import { InstantSearch, Hits, SearchBox, createConnector, Configure, Highlight } from 'react-instantsearch-dom'
import { borderColor, themeGet } from 'styled-system'

injectGlobal`
.ais-InstantSearch__root {
width: 100%;
}
`;

const breakpoint = `@media screen and (min-width: 48em)`
const repoUrl = 'https://github.com/netlify/cli'

Expand Down
2 changes: 2 additions & 0 deletions src/commands/sites/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ class SitesConfigCommand extends Command {
async run() {
this.log(`update a site`)
this.log(`Implementation coming soon`)

// TODO handle repo URL updates
}
}

Expand Down

0 comments on commit 5164d5b

Please sign in to comment.