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
path: root/build
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2019-10-07 08:07:27 +0300
committerMark Otto <otto@github.com>2019-10-11 10:07:05 +0300
commit08f22e6e5580b4e92cda5708279bf7c985e55b98 (patch)
tree28001202b95762891d591a9664e7d924c69a3e04 /build
parent2e5fbf33eb082e6a09b1a95141932319c792712e (diff)
Add analytics, social, and make icons 1em for scaling
Diffstat (limited to 'build')
-rw-r--r--build/build-svgs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build-svgs.js b/build/build-svgs.js
index 8fc1f41e0..cae79a597 100644
--- a/build/build-svgs.js
+++ b/build/build-svgs.js
@@ -16,8 +16,8 @@ const iconsDir = path.join(__dirname, '../icons/')
const svgAttributes = {
class: '',
- width: '20',
- height: '20',
+ width: '1em',
+ height: '1em',
viewBox: '0 0 20 20',
fill: 'currentColor',
xmlns: 'http://www.w3.org/2000/svg'