nuxt-ununura
TypeScript icon, indicating that this package has built-in type declarations

1.6.16 • Public • Published

UnunuraCSS for Nuxt

A Real CSS Engine. Only Scoped.

Use

pnpm add -D nuxt-ununura

export default defineNuxtConfig({
  modules: [
    'nuxt-ununura'
  ],
  ununura: {
    // Options here
  }
})

Example

// app.vue
<template>
  <div class="reset:meyer">
    <NuxtLayout>
      <NuxtPage/>
    </NuxtLayout>
  </div>
</template>
//...

// index.vue
<template>
  <main>
    <div class="flex[col jc-center ai-center] bg:black w:100% h[min 100vh] text[arial green 2rem 700]">
      Hello Nuxt!
    </div>
  </main>
</template>

Access ununura.com for more explanations.

Package Sidebar

Install

npm i nuxt-ununura

Homepage

ununura.com

Weekly Downloads

6

Version

1.6.16

License

MIT

Unpacked Size

5.36 kB

Total Files

6

Last publish

Collaborators

  • novout