aboutsummaryrefslogtreecommitdiff
path: root/_includes/icons/import.svg
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-1/+0
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2017-10-13Fix import.svg after 10bb79a. (#24359)XhmikosR1-1/+1
It was mistakenly the same as lightning.svg.
2017-08-11Move inline SVGs to includes. (#23297)XhmikosR1-0/+1
Also: * compress them with SVGOMG * add titles * add `focusable="false"`