You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a very specific, small bug, as far as I can reproduce.
If I have two <style> blocks, and both share the samelang (I can reproduce it with default, postcss and scss, but not stylus), each color literal will have two color pickers. If I have three <style> blocks, three color pickers, etc.
The use of scoped, module, etc. doesn't seem to affect it.
Reproducible Case
Any code with two <style> blocks with same lang should work.
<style>
body {background-color: white;}
</style>
<style>
h1 {color: #F72;}
</style>
If needed, I can send a reproduction link.
The text was updated successfully, but these errors were encountered:
@leopiccionia
Maybe you are right. I tried again in a css file but still like this. If I disable the language-stylus extension, the problem was solved.
Info
Problem
It's a very specific, small bug, as far as I can reproduce.
If I have two
<style>
blocks, and both share the samelang
(I can reproduce it with default,postcss
andscss
, but notstylus
), each color literal will have two color pickers. If I have three<style>
blocks, three color pickers, etc.The use of
scoped
,module
, etc. doesn't seem to affect it.Reproducible Case
Any code with two
<style>
blocks with samelang
should work.If needed, I can send a reproduction link.
The text was updated successfully, but these errors were encountered: