summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-04-30 19:02:59 -0400
committerThomas Park <thomas@thomaspark.me>2012-04-30 19:02:59 -0400
commitdea6ddc6cfb61098dce18042250de17a86520171 (patch)
tree3f458aa951ea9220974834c42e62509750b5c69b /index.html
parent59d9865e0302afb008a509d84d189353c515b2e9 (diff)
index: added less and less-variables to api
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 88ad6ec1..2253fcdd 100644
--- a/index.html
+++ b/index.html
@@ -120,7 +120,7 @@
</div>
<div class="modal-body">
<h4>Properties</h4>
- <p>The swatches are housed in an array called <code>themes</code>, and each swatch has the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, and <code>css-min</code>.
+ <p>The swatches are housed in an array called <code>themes</code>, and each swatch has the following properties: <code>name</code>, <code>description</code>, <code>preview</code>, <code>thumbnail</code>, <code>css</code>, <code>css-min</code>, <code>less</code>, and <code>less-variables</code>.
<h4>Request</h4>
<p>CORS and JSONP are supported. Send your request to <code>http://simplejsonp.nodester.com/thomaspark/bootswatch/</code></p>
<h4>Demo</h4>