Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

[help] CSS related #518

Open
kimtangs opened this issue May 23, 2020 · 1 comment
Open

[help] CSS related #518

kimtangs opened this issue May 23, 2020 · 1 comment

Comments

@kimtangs
Copy link

I want to edit the CSS becuase SUB-MENU is shown automatically
when I mouse over the MAIN-MENU(NAV),
but I don't know where to fix it.
(For reference, it is an /example project)
Please let me know.

@kimtangs kimtangs changed the title [help] [help] CSS related May 23, 2020
@hamzahasbi
Copy link

hamzahasbi commented Jul 23, 2020

Hello mate if you're question is about overriding CSS i think you may test several approaches to solve that :

  • if you are using sass or any css preprocessor you can import their css first (tabler css) and override the properties that you want

  • Or you can try importing your custom css in your component (not that clean)

I managed to solve the issue with the first approach (cuz i'm using sass ).
@import "../../node_modules/tabler-react/dist/Tabler.css";
and then import your custom stylesheets.
Hope i could help you !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants