Skip to content

Commit d74f76b

Browse files
Update README.md
1 parent 1d04ac1 commit d74f76b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To recompile SCSS files, follow this setup:
151151

152152
<br />
153153

154-
**Step #1** - Install tools
154+
> **Step #1** - Install tools
155155
156156
- [NodeJS](https://nodejs.org/en/) 12.x or higher
157157
- [Gulp](https://gulpjs.com/) - globally
@@ -160,15 +160,15 @@ To recompile SCSS files, follow this setup:
160160

161161
<br />
162162

163-
**Step #2** - Change the working directory to `assets` folder
163+
> **Step #2** - Change the working directory to `assets` folder
164164
165165
```bash
166166
$ cd app/static/assets
167167
```
168168

169169
<br />
170170

171-
**Step #3** - Install modules (this will create a classic `node_modules` directory)
171+
> **Step #3** - Install modules (this will create a classic `node_modules` directory)
172172
173173
```bash
174174
$ npm install
@@ -178,7 +178,7 @@ $ yarn
178178

179179
<br />
180180

181-
**Step #4** - Edit & Recompile SCSS files
181+
> **Step #4** - Edit & Recompile SCSS files
182182
183183
```bash
184184
$ gulp scss

0 commit comments

Comments
 (0)