mirror of
https://github.com/rust-lang/mdBook.git
synced 2025-12-27 10:16:09 -05:00
Converted all css to stylus
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user