kamaslau / common_reset

Common used css reset rules, works better with Normalize.css

Home Page:https://kamaslau.github.io/common_reset/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

common_reset

Common used css reset rules, works better with Normalize.css.

NPM

npm i common_reset --s // Subject based

Usage

import 'common_reset'

Nuxt.js

nuxt.config.js

  /*
  ** Global CSS
  */
  css: [
    'common_reset', // Implement ahead of normalize.css is recommended
    'normalize.css'
  ]

Download

Latest version is available through https://github.com/kamaslau/common_reset/releases

About

Common used css reset rules, works better with Normalize.css

https://kamaslau.github.io/common_reset/

License:MIT License


Languages

Language:CSS 100.0%