Skip to content

Commit

Permalink
add more explications
Browse files Browse the repository at this point in the history
  • Loading branch information
pehaa committed Jun 30, 2020
1 parent 9671357 commit a69c494
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,35 @@

## Step 0

Créer un dossier custom
Créer un dossier `custom`

```bash
mkdir custom
```

Ajouter un fichier
Dans le dossier `custom` créer le fichier `mybootstrap.scss`

```bash
touch custom/mybootstrap.scss
```

---

## Step 1

Copier le dossier scss depuis les fichier source de Bootstrap 5
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)

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

---

## Step 2

Configurer Sass Live Compiler

- créer un dossier `.vscode`
- créer un fichier `settings.json`
- ajouter `"scss/**"` dans `"liveSassCompile.settings.excludeList"` (comme ci-dessus)

```
{
Expand Down

0 comments on commit a69c494

Please sign in to comment.