Scoped styles allow us to apply CSS only to the elements within the current component. This ultimately enables us to mix local component and global application styles.
In this lesson, we’ll learn how to use scoped styles in our Vue.js 3 Single File Components and what to be aware of when using them.