Skip to content

Commit b6cfe5c

Browse files
Updated README
1 parent 147cc92 commit b6cfe5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Install the following prerequisites:
2121
1. [Python 3.8-3.11](https://www.python.org/downloads/)
2222
<br> This project uses **Django v4.2.4**. For Django to work, you must have a correct Python version installed on your machine. More information [here](https://django.readthedocs.io/en/stable/faq/install.html).
2323
2. [Node.js](https://nodejs.org/en/)
24-
3. [Visual Studio Code](https://code.visualstudio.com/download) with the **Live Sass Compiler** extension.
24+
3. [Visual Studio Code](https://code.visualstudio.com/download) with the **Live Sass Compiler** extension.<br>
25+
2526
[Live Sass Compiler](https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass) allows us to compile Sass files to CSS files in real-time. It will watch a Sass file for changes, and then it will automatically compile that Sass file into a CSS file whenever a change is made and saved.
2627

2728

0 commit comments

Comments
 (0)