Converted all css to stylus

This commit is contained in:
Mathieu David
2015-09-18 22:13:55 +02:00
parent e377f4702f
commit bd99a4382f
20 changed files with 426 additions and 527 deletions

View File

@@ -12,12 +12,12 @@ To have an idea of what a rendered book looks like,take a look at the [**Documen
## Installation
Before building mdBook, make sure that you installed `stylus` from `npm` because it is used to compile the stylesheets
Before building mdBook, make sure that you installed `stylus` and `nib` from `npm` because it is used to compile the stylesheets
Install [node.js](https://nodejs.org/en/)
```
npm install -g stylus
npm install -g stylus nib
```
```