File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tailwindcss-typescript-router/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import HelloWorld from './components/HelloWorld.vue'
48
48
</div >
49
49
</template >
50
50
51
- <style scoped>
51
+ <style scoped lang="postcss" >
52
52
/* Router link active styles need to be in CSS due to dynamic class application */
53
53
nav a .router-link-exact-active {
54
54
@apply text-slate-800 dark :text-gray-200;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import HelloWorld from './components/HelloWorld.vue'
48
48
</div >
49
49
</template >
50
50
51
- <style scoped>
51
+ <style scoped lang="postcss" >
52
52
/* Router link active styles need to be in CSS due to dynamic class application */
53
53
nav a .router-link-exact-active {
54
54
@apply text-slate-800 dark :text-gray-200;
You can’t perform that action at this time.
0 commit comments