Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-11-02 09:44:45 +0300
committerGitHub <noreply@github.com>2021-11-02 09:44:45 +0300
commitad24b6f160876dc9c23b6a9edd2a1aab04a6fe39 (patch)
tree5e429d0c61226bf4501e1da32e92aa769597fbf7 /svg-sprite.json
parent25787cde29cb242261bc34714eda28c5350316a4 (diff)
Update svg-sprite.json (#1061)
Specify `xmldeclaration: false`
Diffstat (limited to 'svg-sprite.json')
-rw-r--r--svg-sprite.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/svg-sprite.json b/svg-sprite.json
index 2abfa70bc..f8e535fc8 100644
--- a/svg-sprite.json
+++ b/svg-sprite.json
@@ -5,6 +5,10 @@
"sprite": "bootstrap-icons.svg"
}
},
+ "svg": {
+ "namespaceClassnames": false,
+ "xmlDeclaration": false
+ },
"shape": {
"transform": [
{
@@ -135,8 +139,5 @@
}
}
]
- },
- "svg": {
- "namespaceClassnames": false
}
}