New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@mskcc/colors

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mskcc/colors

npmnpm
Version
2.7.2
Version published
Weekly downloads
64
-20%
Maintainers
0
Weekly downloads
 
Created
Source

@mskcc/colors

Colors for MSK digital products.

Installation

npm install --save-dev @mskcc/colors

Usage

You can use the @mskcc/colors module in your JavaScript, in addition to your Sass.

JavaScript / TypeScript

import { colors } from '@mskcc/colors';

const lightTheme = {
  bg: colors.msk['white'][0],
};

Sass

In Sass, you can import the files individual by doing:

@use '@mskcc/colors' as c;

body {
  background-color: c.$msk-white-0;
}

CSS

@import '@mskcc/colors/dist/index.css';

body {
  background-color: var(--msk-color-white-0);
}

FAQs

Package last updated on 22 Oct 2024

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