Skip to content

Commit

Permalink
complete readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pehaa committed Jul 6, 2020
1 parent b2839df commit 12a14e5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Step 0

Créer un dossier `custom`
Créer un dossier `custom` dans la racine du projet `alyra-challenge-custom-b5`

```bash
mkdir custom
Expand All @@ -18,7 +18,7 @@ touch custom/mybootstrap.scss

## Step 1

Copier le dossier scss depuis les fichiers source de [Bootstrap 5](https://www.dropbox.com/s/q3hj2vzhkm6kkwl/Screenshot%202020-06-30%2012.46.45.png?dl=0)
DCopier le dossier scss depuis les fichiers source de [Bootstrap 5](https://www.dropbox.com/s/q3hj2vzhkm6kkwl/Screenshot%202020-06-30%2012.46.45.png?dl=0) et coller-le dans la racine du projet `alyra-challenge-custom-b5`

![](https://wptemplates.pehaa.com/assets/alyra/b5source.png)

Expand All @@ -28,8 +28,9 @@ Copier le dossier scss depuis les fichiers source de [Bootstrap 5](https://www.d

Configurer Sass Live Compiler

- créer un dossier `.vscode`
- créer un fichier `settings.json`
- créer un dossier `.vscode` (dans la racine du projet `alyra-challenge-custom-b5` )
- dedans créer un fichier `settings.json`
- reprendre l'exemple de config depuis [la FAQ de plugin Live Sass Compiler](https://ritwickdey.github.io/vscode-live-sass-compiler/docs/faqs.html)
- ajouter `"scss/**"` dans `"liveSassCompile.settings.excludeList"` (comme ci-dessus)

```
Expand Down

0 comments on commit 12a14e5

Please sign in to comment.