-
Notifications
You must be signed in to change notification settings - Fork 87
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
Changing stylesheet doesnt change theme #69
Comments
If you're doing webpack based, the easiest way to do it would be to actually import the style in the javascript. That's how I do it and it works perfectly fine. All you need to do is |
Oh okay , I will try this for sure
…On Mon, 13 May 2019, 6:46 pm Josh Bacon, ***@***.***> wrote:
If you're doing webpack based, the easiest way to do it would be to
actually import the style in the javascript. That's how I do it and it
works perfectly fine. All you need to do is import
"highlight.js/styles/atom-one-dark.css"
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#69?email_source=notifications&email_token=ABNWE74UJSKVG3DNJFMIGETPVFWLDA5CNFSM4HMHXLR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVILNAQ#issuecomment-491828866>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNWE74DMJ2URNGQBMUMCC3PVFWLDANCNFSM4HMHXLRQ>
.
|
I have tried to import that way but nothing has changed. I am using EDIT: Ok, I have solved by importing directly the theme with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi , i try to change the style sheet in html file of create-react-app , but it seems that only one dark theme is being applied for highlight. I tried Github and monokai sublime style sheets , it doesnt seem to work. Please help !
The text was updated successfully, but these errors were encountered: