fix build error; nav active state
This commit is contained in:
parent
1d1bb8f37a
commit
063ed23406
4 changed files with 11 additions and 6 deletions
|
@ -31,3 +31,7 @@
|
|||
.icon-inline svg {
|
||||
@apply inline;
|
||||
}
|
||||
|
||||
.active {
|
||||
@apply text-primary-400;
|
||||
}
|
||||
|
|
Reference in a new issue