Dark-first utility CSS framework with innovative bracket-based responsive syntax
- Dark-First: Built for dark mode by default
- Utility-First: Like Tailwind, but cleaner
- Bracket Syntax: Group responsive utilities:
md-[text-center bg-success p-4] - Zero Config: Works out of the box
- Pure CSS: No PostCSS required
- Mobile-First: Responsive by default
https://www.youtube.com/watch?v=r7hC9GpXKv4
npm install anon_uilink rel="stylesheet" href="https://unpkg.com/ano_ui/dist/ano_ui.css" />gt; npm install anon_ui>gt;
html>gt;
head>gt;
link rel="stylesheet" href="node_modules/anon_ui/dist/anon_ui.css" />gt;
head>gt;
body class="bg-primary text-primary">gt;
h1 class="text-2xl font-bold">gt;Hello Anon UI!h1>gt;
body>gt;
html>gt;