ticketfly-css-box-shadow-variables

Box-Shadow variables for Ticketfly CSS

Usage no npm install needed!

<script type="module">
  import ticketflyCssBoxShadowVariables from 'https://cdn.skypack.dev/ticketfly-css-box-shadow-variables';
</script>

README

Ticketfly CSS Box-Shadow Variables

Latest NPM release CircleCI Build Status License Dependencies Dev Dependencies

Box-shadow variables for Ticketfly CSS.

Installation

Installing with npm:

npm install ticketfly-css-box-shadow-variables

Installing with yarn:

yarn add ticketfly-css-box-shadow-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.