mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
13 lines
235 B
CSS
13 lines
235 B
CSS
|
@import "tailwindcss/base";
|
||
|
@import "tailwindcss/components";
|
||
|
@import "tailwindcss/utilities";
|
||
|
|
||
|
.icon {
|
||
|
display: inline-block;
|
||
|
max-width: 4rem;
|
||
|
max-height: 4rem;
|
||
|
stroke-width: 0;
|
||
|
stroke: currentColor;
|
||
|
fill: currentColor;
|
||
|
}
|