ticketfly-css-color-garnishes

Color variables for Ticketfly CSS

Usage no npm install needed!

<script type="module">
  import ticketflyCssColorGarnishes from 'https://cdn.skypack.dev/ticketfly-css-color-garnishes';
</script>

README

Ticketfly CSS Color Garnishes

Latest NPM release CircleCI Build Status License Dependencies Dev Dependencies

Color garnish helpers for Ticketfly CSS. This project is meant to provide a set of garnish (.g-) classes that map to the color values defined in ticketfly-css-color-garnishes.

Installation

Installing with npm:

npm install ticketfly-css-color-garnishes

Installing with yarn:

yarn add ticketfly-css-color-garnishes

Developing

Notable npm scripts

  • npm test: lint the CSS the contents of this project's source CSS.
  • npm run serve:test: Build and serve the project.
    • You can then find the "visual testing" demo by navigating test/ directory in your browser.