
Security News
pnpm 10.16 Adds New Setting for Delayed Dependency Updates
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
@citizensadvice/background-colors
Advanced tools
Background colors are most commonly used for filling large blocks of content or areas with a color.
Background colors are most commonly used for filling large blocks of content or areas with a color.
Class name | Value |
---|---|
.bg-heritage-blue | $heritage-blue (#004B88) |
.bg-heritage-blue-40 | $heritage-blue-40 (#97a8cc) |
.bg-heritage-yellow-40 | $heritage-yellow-40 (#fde5c4) |
.bg-blue-dark | $blue-dark (#229cff) |
.bg-blue-primary | $blue-primary (#8ac4ff) |
.bg-blue-mid | $blue-mid (#caeaff) |
.bg-blue-light | $blue-light (#f2f8ff) |
.bg-turquoise-dark | $turquoise-dark (#5cc0b5) |
.bg-turquoise-primary | $turquoise-primary (#81cec6) |
.bg-turquoise-mid | $turquoise-mid (#b8e3df) |
.bg-turquoise-light | $turquoise-light (#eaf9f7) |
.bg-red-light | $red-light (#fae1e1) |
.bg-black | $black (#000000) |
.bg-dark-grey | $dark-grey (#333333) |
.bg-mid-grey | $mid-grey (#606060) |
.bg-grey | $grey (#9f9f9f) |
.bg-light-grey | $light-grey (#dfdfdf) |
.bg-pale-grey | $pale-grey (#f2f2f2) |
.bg-white | $white (#ffffff) |
.bg-heritage-yellow | $heritage-yellow (#fcbb69) |
.bg-red-primary | $red-primary (#df3034) |
<div class="bg-heritage-blue">
A block with background colour of #004B88
</div>
<div class="bg-grey">
A block with background colour of #9f9f9f
</div>
<div class="bg-heritage-yellow">
A block with background colour of #fcbb69
</div>
$ npm install @citizensadvice/background-colors
now import into your stylesheet...
@import '@citizensadvice/background-colors/index.scss';
You can also make use of the unpkg service, try adding the link below to the head of your HTML
file
<link
src="https://unpkg.com/@citizensadvice/background-colors@latest/build/background-colors.css"
/>
FAQs
Background colors are most commonly used for filling large blocks of content or areas with a color.
We found that @citizensadvice/background-colors demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.