Skip to content

Best method for adding support for an app #373

Answered by GilbN
packruler asked this question in Q&A
Discussion options

You must be logged in to vote

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)

  • Try to not use !important everywhere unless you actually have to. Like overriding an existing !important, or overriding inline styling.
  • The CSS [attribute*=value] Selector is golden for wildcard styling where class names are hashed.

Other than that just look at how the other bases are made.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@packruler
Comment options

@GilbN
Comment options

Answer selected by packruler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants