1.0.4 • Published 3 months ago

@techmely/reset-css v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@techmely/reset-css

The customize reset css with the minimal config work for every modern browsers.

How to use

Here is some example using in our projects

Nuxtjs

// In nuxt.config.ts
export default defineNuxtConfig({
  css: ['@techmely/reset-css'],
  // Or
  // css: ['@techmely/reset-css/minify']
})

Nextjs

// In _app.tsx
import '@techmely/reset-css'

Vite App

// in main.ts
import '@techmely/reset-css'
1.0.4

3 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

9 months ago