Skip to content

Commit

Permalink
Mention CSS class namespacing in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Aug 5, 2016
1 parent 7252801 commit bc7ac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var config = {
xmlDeclaration : true, // Add XML declaration to SVG sprite
doctypeDeclaration : true, // Add DOCTYPE declaration to SVG sprite
namespaceIDs : true, // Add namespace token to all IDs in SVG shapes
namespaceClassnames : true, // Add namespace token to all class names in SVG shapes
namespaceClassnames : true, // Add namespace token to all CSS class names in SVG shapes
dimensionAttributes : true // Width and height attributes on the sprite
},
variables : {} // Custom Mustache templating variables and functions
Expand Down

0 comments on commit bc7ac19

Please sign in to comment.