项目作者: 1000tech

项目描述 :
CSS for layout standardization and usability of web applications
高级语言: CSS
项目地址: git://github.com/1000tech/godlike.css.git
创建时间: 2014-11-27T16:54:32Z
项目社区:https://github.com/1000tech/godlike.css

开源协议:Other

下载


Godlike.css

CSS for layout standardization and usability of web applications from MobiDevices.
A more modern alternative to reset.css and normalize.css.

Important: only use to create new projects!

What is Godlike.css ?

  • Preserves useful defaults, unlike many CSS resets.
  • Normalizes styles for a wide range of elements.
  • Corrects bugs and common browser inconsistencies.
  • Improves usability with subtle modifications.
  • Explains what code does using detailed comments.

Install

NPM:

  1. npm i godlike.css

Yarn:

  1. yarn add godlike.css

CDN:

https://cdnjs.com/libraries/godlike.css

Usage

Webpack:

  1. @import 'godlike.css'

Gulp:

  1. @import '../node_modules/godlike.css/godlike'

Demo

Used on MobiDevices