Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ununura

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ununura

Atomic CSS Engine.

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
55
increased by1733.33%
Maintainers
1
Weekly downloads
 
Created
Source

Example with Vue

pnpm add -D ununura

import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { ununura } from 'ununura'

export default defineConfig({
  plugins: [vue(), ununura()],
})

Example with Svelte

pnpm add -D ununura

Insert the ununura plugin in first position

import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
import { ununura } from 'ununura'

// https://vitejs.dev/config/
export default defineConfig({
  plugins: [ununura(), svelte()],
})

ATTENTION! Insert 'ununura.css' in your svelte/vue entrypoint.

Keywords

FAQs

Package last updated on 15 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc