0.1.0 • Published 4 years ago
@creation/icon-fonts v0.1.0
@creation/icons
TODO: fill in this description later
This repository is a module of the full creation repository.
Install
This repository is distributed with npm. After installing npm, you can install @creation/support with this command.
npm install --save @creation/iconsUsage
The source files included are written in Sass (SCSS) You can simply point your sass include-path at your node_modules directory and import it like this.
@import "@creation/icons/index.scss";You can also import specific portions of the module by importing those partials from the /src/ folder. Make sure you import any requirements along with the modules.
Build
For a compiled CSS version of this module, an npm script is included that will output a css version to dist/icons.css The built css file is also included in the npm package:
npm run build