File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments