A place to start. Made with Gulp and SCSS.
- Install NPM
- Change directory into the root folder for Abernathy
npm install
gulp serve
to get going
gulp build:icons
builds the icon sprite from SVG icons placed in the assets/icons/source
folder.
Reference in your markup as follows (where icon is exampleicon)
<svg class="icon_exampleicon_svg">
<use xlink:href="/assets/icons/renders/sprite.svg#exampleicon"></use>
</svg>