I keep getting this error on styled components at-rule or selector expectedts-styled-plugin(9999)
, I looked on the internet and can't find any fix that's not a workaround.
anyone had the same problem and managed to solve it?
I keep getting this error on styled components at-rule or selector expectedts-styled-plugin(9999)
, I looked on the internet and can't find any fix that's not a workaround.
anyone had the same problem and managed to solve it?
From the looks of it, you seem to have forgotten to close the curly brace of the &::before
clause.