-
I'm interested in adding support for an app or 2 but I'm realizing CSS is not nearly as easy to reverse engineer like code 😆. Are there any suggestions, best practices, or standards for this? |
Beta Was this translation helpful? Give feedback.
Answered by
GilbN
May 1, 2022
Replies: 1 comment 2 replies
-
Some info here https://github.com/GilbN/theme.park/blob/master/.github/CONTRIBUTING.md All bases must use the placeholders css and the transparent css Some best practices are (in no particular order)
Other than that just look at how the other bases are made. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
packruler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some info here https://github.com/GilbN/theme.park/blob/master/.github/CONTRIBUTING.md
All bases must use the placeholders css and the transparent css
Some best practices are (in no particular order)
!important
everywhere unless you actually have to. Like overriding an existing!important
, or overriding inline styling.[class*="theme--"]
will style boththeme--dark
andtheme--light
Other than that just look at how the other bases are made.