Skip to content

SafelyTyped/ts-css-color

Repository files navigation

CssColor Safe Type for TypeScript

Introduction

This TypeScript library gives you a CssColor safe type, for when you are working with CSS color values.

Quick Start

# run this from your Terminal
npm install @safelytyped/css-color
// add this import to your Typescript code
import { CssColor } from "@safelytyped/css-color"

VS Code users: once you've added a single import anywhere in your project, you'll then be able to auto-import anything else that this library exports.

Documentation

Here's a link to all the documentation about this project.

Admin Paperwork

For Contributors

Credits

Follow us on Twitter!

About

Safe type for working with CSS colour values

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published