framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.08k stars 3.23k forks source link

fix(theme): insert theme stylesheet first to allow overriding (#4219) #4220

Closed peitschie closed 1 year ago

peitschie commented 1 year ago

Resolves #4219 by putting the computed stylesheet higher in the document. With cascading stylesheets, the last stylesheet overrides previous stylesheet rules.