Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeelansh Mathur <53081208+neelansh15@users.noreply.github.com>2020-08-08 16:28:19 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2020-08-09 13:36:13 +0300
commitc6bcd9f90c79a305fe099b89a3cd4308e27e2803 (patch)
treeee04ae078c83521b68e1fa42980675df7c927a25 /README.md
parentb028fde4c7a964870f8bba51a429b8b9dd7a70be (diff)
README: Change incorrect file extension scss->sass
Change in the SASS example: // scss/main.scss to // sass/main.sass Since the folder structure given above clearly states that sass/main.sass is to be edited
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bff807b..740ba87 100644
--- a/README.md
+++ b/README.md
@@ -164,7 +164,7 @@ project/
#### Input
```sass
-// scss/main.scss
+// sass/main.sass
@import "../node_modules/rfs/sass"