Merge pull request #471 from arguiot/master

Added Sass
This commit is contained in:
Mike Donaghy 2018-07-16 12:17:03 -05:00 committed by GitHub
commit a2fa1d073d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 0 deletions

View File

@ -423,6 +423,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
* [Sacred](s/sacred.sacred)
* [Sal](s/sal.s)
* [Sas](s/sas.sas)
* [Sass](s/sass.sass)
* [Sather](s/sather.sa)
* [Scala](s/scala.scala)
* [Scheme](s/scheme.scm)

0
list_langs.py Normal file → Executable file
View File

3
s/Scss.scss Normal file
View File

@ -0,0 +1,3 @@
body::before {
content: "Hello World!"
}

2
s/sass.sass Normal file
View File

@ -0,0 +1,2 @@
body::before
content: "Hello World!"