This commit is contained in:
Cole Bemis 2017-05-23 13:59:21 -07:00
parent 119a9f2c15
commit b25a67dc0f
3 changed files with 10 additions and 2 deletions

View File

@ -16,6 +16,7 @@
"license": "MIT",
"devDependencies": {
"onchange": "^3.2.1",
"parallelshell": "^2.0.0"
"parallelshell": "^2.0.0",
"svgo": "^0.7.2"
}
}

View File

@ -40,10 +40,14 @@
box-sizing: content-box;
}
.icon svg {
.icon [stroke] {
stroke: currentColor;
}
.icon [fill]:not([fill=none]) {
fill: currentColor;
}
.tooltip {
position: absolute;
top: calc(100% + 1rem);

3
svgo-config.yml Normal file
View File

@ -0,0 +1,3 @@
plugins:
- removeTitle: true
- convertShapeToPath: false