@techmely/reset-css

1.0.4 • Public • Published

@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'

Readme

Keywords

Package Sidebar

Install

npm i @techmely/reset-css

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

9.32 kB

Total Files

4

Last publish

Collaborators

  • thaycacac
  • nhattq.coding
  • hieuhani