Skip to content

Commit

Permalink
Allow shape-* css rules when validating code
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberalien committed Jun 6, 2019
1 parent a7728e8 commit abed7ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@iconify/tools",
"description": "Collection of functions for cleaning up and parsing SVG for Iconify project",
"author": "Vjacheslav Trushkin",
"version": "1.3.4",
"version": "1.3.5",
"license": "MIT",
"bugs": "https://github.com/iconify/tools/issues",
"homepage": "https://github.com/iconify/tools",
Expand Down
1 change: 1 addition & 0 deletions src/optimize/tags.js
Expand Up @@ -168,6 +168,7 @@ module.exports = (svg, options) => {
case 'clip':
case 'transform':
case 'stop':
case 'shape':
break;

case 'font':
Expand Down

0 comments on commit abed7ba

Please sign in to comment.