Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css theme support custom css url #2

Open
jasonChen1982 opened this issue Apr 17, 2018 · 0 comments
Open

css theme support custom css url #2

jasonChen1982 opened this issue Apr 17, 2018 · 0 comments

Comments

@jasonChen1982
Copy link
Owner

jasonChen1982 commented Apr 17, 2018

hope add config for themes , like this

const config = {
  themeMap: {
    theme1: 'url/xx/aa/bb.css',
    theme2: 'url/xx/aa/cc.css',
  },
};
<HighLight
  config={config}
  className="cmp-high-light"
  code={demo}
  theme={THEME.monokaiSublime}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant