docpad-plugin-iconmonstr
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "docpad-plugin-iconmonstr", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Eco iconmonstr SVG Funcs for Docpad via getBlock codes.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/mikeumus/docpad-plugin-iconmonstr.git", |
@@ -7,5 +7,5 @@ # iconmonstr icons for DocPad | ||
Function: | ||
getIconmonstrBlock(`icon`,`style`,`color`,`CSSclass`) | ||
getIconmonstrBlock(`icon`,`style`,`CSSclass`) | ||
Real world example: | ||
`<%- @getIconmonstrBlock('globe','height:64px;','#fff','iconmonstr-head-nav') %>` | ||
`<%- @getIconmonstrBlock('globe','height:64px;fill:red','iconmonstr-head-nav') %>` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18091