I have a main.css file that defines a few colors under
:root
:root
. In my
<style scoped>
<style scoped>
tags in components, these colors are not working, even though other parts of the main.css file are. (I've had it work in another project, and I can't figure out what I was doing differently there.)