Skip to content

Commit

Permalink
update prism styles
Browse files Browse the repository at this point in the history
  • Loading branch information
conorhastings committed Mar 6, 2018
1 parent 48cf42d commit 01fba85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions AVAILABLE_STYLES_PRISM.MD
@@ -1,4 +1,12 @@
## Available `stylesheet` props
* coy
* dark
* funky
* okaidia
* solarizedlight
* tomorrow
* twilight
* prism
* atomDark
* base16AteliersulphurpoolLight
* cb
Expand All @@ -13,12 +21,4 @@
* hopscotch
* pojoaque
* vs
* xonokai
* coy
* dark
* funky
* okaidia
* solarizedlight
* tomorrow
* twilight
* prism
* xonokai
16 changes: 8 additions & 8 deletions src/styles/prism/index.js
@@ -1,3 +1,11 @@
export { default as coy } from './coy';
export { default as dark } from './dark';
export { default as funky } from './funky';
export { default as okaidia } from './okaidia';
export { default as solarizedlight } from './solarizedlight';
export { default as tomorrow } from './tomorrow';
export { default as twilight } from './twilight';
export { default as prism } from './prism';
export { default as atomDark } from './atom-dark';
export { default as base16AteliersulphurpoolLight } from './base16-ateliersulphurpool.light';
export { default as cb } from './cb';
Expand All @@ -13,11 +21,3 @@ export { default as hopscotch } from './hopscotch';
export { default as pojoaque } from './pojoaque';
export { default as vs } from './vs';
export { default as xonokai } from './xonokai';
export { default as coy } from './coy';
export { default as dark } from './dark';
export { default as funky } from './funky';
export { default as okaidia } from './okaidia';
export { default as solarizedlight } from './solarizedlight';
export { default as tomorrow } from './tomorrow';
export { default as twilight } from './twilight';
export { default as prism } from './prism';

0 comments on commit 01fba85

Please sign in to comment.