Spaces:
Running
Running
File size: 388 Bytes
1afe868 66100d8 5d86ca1 fc3783e 66100d8 fc3783e 66100d8 fc3783e 66100d8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
@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;
}
|