
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@brandcolors/snapchat
Advanced tools
Snapchat Brand Colors.
npm install @brandcolors/snapchat
@use "@brandcolors/snapchat/styles";
The styles will create all custom properties in CSS root. If you want this custom properties anywhere else, use the
public mixin custom-properties.
@use "@brandcolors/snapchat";
.foo {
color: snapchat.$primary;
// color: #fffc00;
color: snapchat.$primary-rgb;
// color: rgb(255, 252, 0);
}
@use "@brandcolors/snapchat";
:root {
@include snapchat.custom-properties(primary);
// --bc-snapchat-primary: #fffc00;
@include snapchat.custom-properties(primary-rgb);
// --bc-snapchat-primary-rgb: rgb(255, 252, 0);
}
| Variable | Value |
|---|---|
$primary | Return hex value color. |
$primary-rgb | Return rgb color. |
| Mixin | Description |
|---|---|
custom-properties($values...) | Create dedicated custom property. If the $values is empty, the mixin will create all styles by default. |
FAQs
Snapchat Brand Colors.
The npm package @brandcolors/snapchat receives a total of 183 weekly downloads. As such, @brandcolors/snapchat popularity was classified as not popular.
We found that @brandcolors/snapchat 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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.