Skip to content

Commit

Permalink
[doc] boostrap: public functions documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye committed Mar 12, 2012
1 parent 1965e15 commit 37d0f9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stdlib/themes/bootstrap/core/core.opa
Expand Up @@ -141,11 +141,17 @@ Bootstrap = {{
{none} -> void
void

/**
* Import a specific version of Bootstrap, with its icons
*/
import(v:string) =
do import_css(v)
do import_icons(v)
void

/**
* Latest version of Bootstrap included in Opa
*/
latest = "2.0.1"

}}

0 comments on commit 37d0f9d

Please sign in to comment.