Skip to content

Commit a47ece2

Browse files
committed
Remove scoped styles & add caveat comment about Purge
1 parent 6422b97 commit a47ece2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/HelloWorld.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ export default {
4444
</script>
4545

4646
<!-- Add "scoped" attribute to limit CSS to this component only -->
47-
<style scoped>
47+
<!-- @apply classes may be incorrectly purged if "scoped" is present -->
48+
<style>
4849
.hello {
4950
@apply text-white;
5051
}

0 commit comments

Comments
 (0)