Nest is-active class

This commit is contained in:
Oliver Davies 2019-03-21 02:18:22 +00:00
parent f9356b09aa
commit a715bcda80

View file

@ -146,9 +146,11 @@ export default {
<style scoped>
.mobile-button {
@apply text-sm text-white w-full py-3 rounded bg-blue-300
@apply text-sm text-white w-full py-3 rounded bg-blue-300;
&.is-active {
@apply bg-blue-400
}
}
.mobile-button.is-active {
@apply bg-blue-400
}
</style>