summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-11-15 19:23:30 -0500
committerThomas Park <thomas@thomaspark.me>2014-11-15 19:23:30 -0500
commit5059427002649b5a15ab330e33d967adca05b5fa (patch)
tree8000f41d0cda6561a117c46907f9f027c4f8378f
parentba985c807d5934a1787daea902f33a4bea2677a9 (diff)
add sass info to readme
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index cd99d1ed..ce133bf8 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ Bootswatch is open source and you’re welcome to modify the themes.
Each theme consists of two LESS files. `variables.less`, which is included by default in Bootstrap, allows you to customize [these settings](http://getbootstrap.com/customize/#less-variables). `bootswatch.less` introduces more extensive structural changes.
+These files are also available in SASS.
+
Check out the [Help page](http://bootswatch.com/help/) for more details on building your own theme.
API
@@ -38,11 +40,13 @@ Thomas Park
Thanks
------
-[Mark Otto](http://github.com/markdotto) and [Jacob Thornton](http://github.com/fat) for [Bootstrap](https://github.com/twitter/bootstrap).
+[Mark Otto](https://github.com/markdotto) and [Jacob Thornton](https://github.com/fat) for [Bootstrap](https://github.com/twitter/bootstrap).
[Jenil Gogari](http://www.jgog.in/) for his contributions to the Flatly theme.
-[James Taylor](http://github.com/jostylr) for [cors-lite](https://github.com/jostylr/cors-lite).
+[James Taylor](https://github.com/jostylr) for [cors-lite](https://github.com/jostylr/cors-lite).
+
+[Corey Sewell](https://github.com/cjsewell) for SASS conversion.
Copyright and License