Skip to content

๐Ÿ–Œ๏ฟฝ๏ฟฝ๏ฟฝ A Real CSS Engine. Only Scoped.

License

Notifications You must be signed in to change notification settings

danielroe/novout-ununuracss

 
 

Repository files navigation

UnunuraCSS

A Real CSS Engine. Only Scoped.

Features

  • Vue, React/Preact/Vue-JSX, Nuxt, Astro and Svelte;
  • Fontaine and PostCSS integrated;
  • 0kb default injected .css;
  • Only scoped and JSX-Scoped;
  • Class-raw based;
  • Extend API;
  • Dynamic identifiers with unique/multiple engine;
  • Nullable options/classes;
  • External contexts (fonts/public files...).

Simple Example

<main class="reset:meyer">
  <div class="flex[col jc-center ai-center] bg:black w:100% h[min 100vh] scroll[y auto]">
    <p class="text[arial white 2rem 700]">Hello UnunuraCSS!</p>
  </div>
</main>

Access ununura.com for more explanations.

About

๐Ÿ–Œ๏ธ A Real CSS Engine. Only Scoped.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Languages

  • TypeScript 85.7%
  • Vue 12.2%
  • CSS 1.5%
  • Other 0.6%