Commit b25a67dc authored by Cole Bemis's avatar Cole Bemis

Add svgo

parent 119a9f2c
......@@ -16,6 +16,7 @@
"license": "MIT",
"devDependencies": {
"onchange": "^3.2.1",
"parallelshell": "^2.0.0"
"parallelshell": "^2.0.0",
"svgo": "^0.7.2"
}
}
......@@ -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);
......
plugins:
- removeTitle: true
- convertShapeToPath: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment