/spinnaker

The basic, colourful utilities from Tailwind CSS

Primary LanguageCSSMIT LicenseMIT

Tailwind's colours, shadows, border radius are fantastic.

Have them available in your project, even if Tailwind proper isn't.

Available classes for:

shadow

  • .shadow-{} for box shadow

background

  • .bg-{color}-{x00}

border

  • .border-{color}-{x00}
  • .rounded-{} for radius
  • .border-{} for width

font

  • .font-{}

text

  • .text-{color}-{x00}
  • .text-{} for size
  • .tracking-{} for letter spacing
  • .select-{} for text selection

spinnaker.min.css worth 16kb

curl -O https://raw.githubusercontent.com/wmconnolly/spinnaker/master/spinnaker.min.css


A utility-first CSS framework for rapidly building custom user interfaces.

Build Status Total Downloads Latest Release License


Documentation

For full documentation, visit tailwindcss.com.

Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discuss Tailwind CSS on GitHub

For casual chit-chat with others using the framework:

Join the Tailwind CSS Discord Server

Contributing

If you're interested in contributing to Tailwind CSS, please read our contributing docs before submitting a pull request.