OLD | NEW |
1 # Universal Design Language | 1 # Universal Design Language |
2 | 2 |
3 Universal styles for Eyeo websites | 3 Universal styles for Eyeo websites |
4 | 4 |
| 5 ## Dependencies |
| 6 |
| 7 - [nodejs](https://nodejs.org/) |
| 8 - [gulp](http://gulpjs.com/) `npm i -g gulp-cli` |
| 9 |
5 ## Usage | 10 ## Usage |
6 | 11 |
7 1. `npm i eyeo_gmbh/universal-design-lanugage --save` | 12 ### Production |
8 2. `@import "../../node_modules/universal-design-language/scss/main"` | |
9 3. Profit | |
10 | 13 |
11 ## Features | 14 - TBD |
12 | 15 |
13 1. CSS reset (extends normalize.css) | 16 ### Development |
14 2. Standard HTML + Markdown content styles | 17 |
| 18 - Install local dependencies `npm i` |
| 19 - Run build proceedure `gulp` |
| 20 - Browse `http://localhost:8080/` |
OLD | NEW |