rlcube / src /app /globals.css
imwithye's picture
add heroui
5d86ca1
raw
history blame
388 Bytes
@import 'tailwindcss';
@plugin '../hero.ts';
/* Note: You may need to change the path to fit your project structure */
@source '../../node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}';
@custom-variant dark (&:is(.dark *));
::-webkit-scrollbar {
display: none;
}
html,
body {
-ms-overflow-style: none;
scrollbar-width: none;
height: 100%;
margin: 0;
overflow: hidden;
}