
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
Simple sass (SCSS) function for fast usage material design colors
npm: npm install mdcolorize
yarn: yarn add mdcolorize
then:
@import 'mdcolorize';
mdcolorize($palette, $value, $alpha);
palette (required) - one of 19 defined color palettes:
$color_amber
$color_blue
$color_blueGrey
$color_brown
$color_cyan
$color_deepOrange
$color_deepPurple
$color_green
$color_grey
$color_indogo
$color_lightBlue
$color_lightGreen
$color_lime
$color_orange
$color_pink
$color_purple
$color_red
$color_teal
$color_yellow
Additionally:
$color_black
$color_white
value (optional) - value of the color. Default 500
50 100 200 300 400 500 600 700 800 900
optionally, for some palettes:
a100
a200
a400
a700
alpha (optional) - opacity of the color, value must be between 0 and 1
color: mdcolorize($color_red); // #f44336
color: mdcolorize($color_red, 100); // #ffcdd2
color: mdcolorize($color_red, 700, .5); // rgba(211, 47, 47, 0.5)
color: mdcolorize($color_white); // #fff
color: mdcolorize($color_white, $alpha: .1); // rgba(255, 255, 255, 0.1)
color: mdcolorize($color_black); // #000
color: mdcolorize($color_black, $alpha: .1); // rgba(0, 0, 0, 0.1)
FAQs
Simple Sass (SCSS) function for fast usage material design colors
We found that mdcolorize demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.