Files
AlgerMusicPlayer/src/index.css
2023-12-17 14:48:21 +08:00

11 lines
151 B
CSS

/* ./src/index.css */
/*! @import */
@tailwind base;
@tailwind components;
@tailwind utilities;
.n-image img {
@apply bg-gray-900;
width: 100%;
}