Files
AlgerMusicPlayer/src/index.css

11 lines
151 B
CSS
Raw Normal View History

2021-07-19 17:36:48 +08:00
/* ./src/index.css */
/*! @import */
@tailwind base;
@tailwind components;
@tailwind utilities;
.n-image img {
@apply bg-gray-900;
width: 100%;
}