From 5650620d4e351137db593d80164d0460a440b2ff Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 4 Sep 2013 09:33:45 -0400 Subject: [PATCH] help: add cssCdn to API info --- help/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/index.html b/help/index.html index 87c79e3..ef83ef1 100644 --- a/help/index.html +++ b/help/index.html @@ -115,7 +115,7 @@

API

You can use the API to integrate the themes with your platform. Send your request to:

http://api.bootswatch.com/3/

-

This returns the version and a themes array with the following properties: name, description, preview, thumbnail, css, cssMin, less, and lessVariables.

+

This returns the version and a themes array with the following properties: name, description, preview, thumbnail, css, cssMin, cssCdn, less, and lessVariables.

Here's a demo with mustache.js templating.

-- 2.39.2