[TASK] refactor code and add base css components

This commit is contained in:
Marie Birner
2023-04-07 09:44:08 +02:00
parent 0ee9967d3a
commit 1490b191af
14 changed files with 165 additions and 133 deletions

View File

@ -0,0 +1,9 @@
.link {
&-primary {
@apply text-primary-600 hover:text-primary-900 underline;
}
&-dark {
@apply text-primary-900 hover:text-primary-950 underline;
}
}