Replies: 1 comment 2 replies
-
If there is no documentation available, you'll have to go through the raw *.css files yourself to see what "selectors/classes/custom variables" are used. Once you know what element you want to target, then starts the trial and error. Usually the selectors/classes/custom variables are named in a way that describes it's relation to the interface pretty well. Not always but usually they are. It's always going to be trial and error even with proper documentation. Documentation just helps minimize the frustration. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know very little CSS (mostly learnt through trial and errod) and I see a lot of snippets like this:
.Tab[data-active="true"] .body {
How do people know they have to type that exact text? Where can I find what I need to target specific parts/elements of Sidebery?
Beta Was this translation helpful? Give feedback.
All reactions