I am
A UI developer at Yumemi.
What I do
You can find me on
- Twitter: https://twitter.com/virtualkirill
- Dev.to: https://dev.to/virtualkirill
- Qiita: https://qiita.com/jlkiri
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upA UI developer at Yumemi.
Describe the bug
Svelte does not warn when there is an unused selector of the form element > * inside <style> tags. E.g.:
article > * { font-size: 36…