forked from shibao/cannery
5 lines
69 B
SCSS
5 lines
69 B
SCSS
|
@layer components {
|
||
|
.input {
|
||
|
@apply rounded-lg px-4 py-2;
|
||
|
}
|
||
|
}
|