Start your All-Access Pass to unlock this challenge
What is the minimum code you need in a <style> tag (inside a .vue single file component) to make it modular?
<style>
.vue
<style module> </style>
<style lang="scss" module> </style>
<style type="module"> </style>
<style scoped> </style>