Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 647 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 647 Bytes

Carbon Icons Demo

This is a demo site to show potential variations of animations for Carbon Icons.

  • The CSS for the animations is located at carbon-icons-demo/src/styles/CustomIconAnimations.scss
  • The icons being styled are located at carbon-icons-demo/src/components/IconAnimations

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference This project was created using vue-create