diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-04-30 19:02:59 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-04-30 19:02:59 -0400 |
commit | dea6ddc6cfb61098dce18042250de17a86520171 (patch) | |
tree | 3f458aa951ea9220974834c42e62509750b5c69b /index.html | |
parent | 59d9865e0302afb008a509d84d189353c515b2e9 (diff) |
index: added less and less-variables to api
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |