Skip to content

Commit

Permalink
feat(tailwind): add new classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 21, 2022
1 parent a1f8c6b commit e62c9e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,14 @@
}
}
}

@layer utils {
.content-w {
@apply max-w-5xl w-full;
}

.limits {
@apply border-red-600 border;
@apply bg-blue-500;
}
}

0 comments on commit e62c9e6

Please sign in to comment.