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:
authorXhmikosR <xhmikosr@gmail.com>2019-02-17 17:12:06 +0300
committerGitHub <noreply@github.com>2019-02-17 17:12:06 +0300
commit894af1f6cb8f72144124e6b9c678f9fe12f70576 (patch)
tree6185c6f34595405bb7525a2e785d6ad45754ac6b /examples
parent48cafe7add63db6403a75baa78791d35e3defed0 (diff)
examples/README.md: combine Sass with SCSS (#96)
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md17
1 files changed, 1 insertions, 16 deletions
diff --git a/examples/README.md b/examples/README.md
index 0808cbc..012f79a 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -42,22 +42,7 @@ gulp build
```
-## Sass
-
-### node
-
-```shell
-cd examples/sass/node
-node ./index.js
-```
-### Gulp
-```shell
-cd examples/sass/gulp
-gulp build
-```
-
-
-## SCSS
+## Sass/SCSS
### node