🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

types-css-color

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

types-css-color

Type definitions for color

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Types CSS Color

| Type definitions for color

Installation

npm install types-css-color
# or
yarn add types-css-color
# or
pnpm add types-css-color

Usage

Add library to tsconfig.json

{
  "compilerOptions": {
    "types": ["types-css-color"]
  }
}

Example

const color: Color = 'rgb(255 255 255 / 30%)';

Keywords

color

FAQs

Package last updated on 10 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts