Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into plugin-variables
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Jul 15, 2019
2 parents 559f41a + 9d25628 commit 94a44c5
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 92 deletions.
7 changes: 0 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// we do this here rather than in each of the plugins
try {
require.resolve('@primer/css')
} catch (error) {
throw new Error(`Unable to require('@primer/css')! Did you install it as a peerDependency?`)
}

const browsers = require('./browsers')
const propertyOrder = require('./property-order')

Expand Down
Loading

0 comments on commit 94a44c5

Please sign in to comment.