Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: README.md

Issue 29361647: Issue 4607 - Default content styles (Closed)
Left Patch Set: Removed missing grid dependency. Created Nov. 3, 2016, 5:48 p.m.
Right Patch Set: See comments for details Created Dec. 1, 2016, 2:05 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « .hgignore ('k') | demo/content.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 # Universal Design Language 1 # Website defaults
2 2
3 Universal styles for Eyeo websites 3 Sensible defaults for Eyeo websites.
4
5 ## Dependencies
6
7 - [nodejs](https://nodejs.org/)
8 - [gulp-cli](http://gulpjs.com/) `npm install --global gulp-cli`
4 9
5 ## Usage 10 ## Usage
saroyanm 2016/11/03 19:41:13 I think "usage" section doesn't belong to current
saroyanm 2016/11/03 19:41:13 Please add the build process to the Readme file if
juliandoucette 2016/11/03 22:59:37 Why?
juliandoucette 2016/11/03 22:59:37 Acknowledged. Sorry about the confusion.
saroyanm 2016/11/04 16:01:17 Maybe because I don't understand how to use it :D
juliandoucette 2016/11/04 17:32:25 We'll leave out usage and features and add install
juliandoucette 2016/11/08 15:51:57 Done.
6 11
7 1. `npm i eyeo_gmbh/universal-design-lanugage --save` 12 ### Development
8 2. `@import "../../node_modules/universal-design-language/scss/main"`
9 3. Profit
10 13
11 ## Features 14 - Install local dependencies `npm install`
12 15 - Run build proceedure `gulp`
13 1. CSS reset (extends normalize.css) 16 - Browse `http://localhost:8080/`
14 2. Standard HTML + Markdown content styles
LEFTRIGHT

Powered by Google App Engine
This is Rietveld