8 lines
119 B
CSS
8 lines
119 B
CSS
|
@tailwind base;
|
||
|
@layer base {
|
||
|
img {
|
||
|
@apply inline-block;
|
||
|
}
|
||
|
}
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|