Rename assets to resources

This commit is contained in:
Oliver Davies 2019-03-27 14:41:01 +00:00
parent 639e04b936
commit 96dd398974
14 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,15 @@
.note {
@apply bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded;
> *:not(:first-child) {
@apply mt-6
}
p a {
@apply text-black underline;
&:hover {
@apply no-underline
}
}
}