Skip to content

Ticketfly-UI/ticketfly-css-color-variables

Repository files navigation

Ticketfly CSS Color Variables

Latest NPM release CircleCI Build Status License Dependencies Dev Dependencies

Color variables for Ticketfly CSS. This project is meant to provide an internal (and thus, extensible) set of variables that map to Ticketfly's brand color palette..

Installation

Installing with npm:

npm install ticketfly-css-color-variables

Installing with yarn:

yarn add ticketfly-css-color-variables

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.