See how a minor change to your branch name style can make you a better programmer.
Format: <type>/#<issueNumber>-<alias>
@tailwind base; | |
@tailwind components; | |
@tailwind utilities; | |
html, | |
body { | |
padding: 0; | |
margin: 0; | |
box-sizing: border-box; | |
} |