no styling possible under svelte
HalloWelt42 opened this issue · 1 comments
HalloWelt42 commented
it is apparently not possible in picocss to define your own styles with svelte, because picocss always overwrites everything, no matter what and where it is defined. elements such as h1-h6 or variables of picocss cannot be overwritten. in the browser, the hierarchy is always in favour of picocss.
this makes cuotom styling impossible.
HalloWelt42 commented
ok, the problem was caused by myself.
the order of the imports was the problem
import '@picocss/pico/css/pico.css'
import './app.css'