material-styleguide => material-design-lite

This commit is contained in:
Addy Osmani 2015-02-04 10:33:39 +00:00
parent 3e1bbfdbd4
commit 026398aa4b
8 changed files with 22 additions and 19 deletions

View File

@ -1,12 +1,12 @@
# Material Design Style Guide
# Material Design Lite
A library offering Material Design components in CSS, JS and HTML.
A library of [Material Design](www.google.com/design/spec/material-design/introduction.html) components in CSS, JS and HTML.
## Getting Started
### Clone / download
Clone or [download](https://github.com/google/material-styleguide/archive/master.zip) this repository
Clone or [download](https://github.com/google/material-design-lite/archive/master.zip) this repository
and reference the following files in your project:
```html
@ -20,13 +20,13 @@ included.
### Bower
```sh
$ bower install material-styleguide
$ bower install material-design-lite
```
### npm
```sh
$ npm install material-styleguide
$ npm install material-design-lite
```
## Development
@ -58,4 +58,4 @@ concatenated versions of the component files. Namely, `css/material.min.css` and
## License
Copyright Google, 2015. Licensed under an Apache-2 license.
Copyright Google, 2015. Licensed under an Apache-2 license.

View File

@ -1,11 +1,11 @@
{
"name": "material-styleguide",
"name": "material-design-lite",
"version": "1.0.0",
"homepage": "https://github.com/google/material-styleguide",
"homepage": "https://github.com/google/material-design-lite",
"authors": [
"Web Starter Kit team"
],
"description": "Material Design Style Guide",
"description": "Material Design Components in CSS, JS and HTML",
"main": [
"css/material.min.css",
"js/material.min.js",

View File

@ -1,10 +1,11 @@
/**
* material-styleguide - Material Design Library
* material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.0.0
* @link https://github.com/google/material-styleguide
* @link https://github.com/google/material-design-lite
* @license Apache-2
*/
@charset "UTF-8";
/* Material Design Lite */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,

View File

@ -1,7 +1,7 @@
/**
* material-styleguide - Material Design Library
* material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.0.0
* @link https://github.com/google/material-styleguide
* @link https://github.com/google/material-design-lite
* @license Apache-2
*/
/**

4
js/material.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,10 +1,10 @@
{
"name": "material-styleguide",
"name": "material-design-lite",
"version": "1.0.0",
"description": "Material Design Library",
"description": "Material Design Components in CSS, JS and HTML",
"private": true,
"license": "Apache-2",
"homepage": "https://github.com/google/material-styleguide",
"homepage": "https://github.com/google/material-design-lite",
"devDependencies": {
"apache-server-configs": "^2.7.1",
"browser-sync": "^1.3.0",

View File

@ -1,3 +1,5 @@
/* Material Design Lite */
@import "resets/_h5bp";
@import "colors";
@import "typography/typography";