You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
svg-stacks-guide - (My) (Somewhat) Definitive Guide to SVG Stacks
Clone the repo
run npm install && gulp && npm start
Go to localhost:3000 on your browser.
How it works
Place SVGs in src/svgs. Illustrator outputs, Noun Project downloads, anything.
Run gulp, to merge all the SVGs into a single stack.
You can use the SVG sprite in 2 ways: As a CSS background image or by using and xlink in an <SVG> tag (which can be styles via CSS). Review the index.html file for reference.