mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-04 06:50:49 +08:00
11 lines
151 B
CSS
11 lines
151 B
CSS
/* ./src/index.css */
|
|
|
|
/*! @import */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.n-image img {
|
|
@apply bg-gray-900;
|
|
width: 100%;
|
|
} |