
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@citizensadvice/border-radius
Advanced tools
Defines the radius of the element's corners.
Class name | Value |
---|---|
.b-radius-0 | 0 |
.b-radius-1 | .063rem |
.b-radius-2 | .125rem |
.b-radius-3 | .25rem |
.b-radius-4 | .5rem |
.b-radius-5 | 1rem |
.b-radius-6 | 2rem |
<div class="b-width-1 b-solid b-heritage-yellow b-radius-0">...</div>
<div class="b-radius-1">...</div>
$ npm install @citizensadvice/border-radius
now import into your stylesheet...
@import '@citizensadvice/border-radius/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/border-radius@latest/build/border-radius.css" />
FAQs
Defines the radius of the element's corners.
The npm package @citizensadvice/border-radius receives a total of 2 weekly downloads. As such, @citizensadvice/border-radius popularity was classified as not popular.
We found that @citizensadvice/border-radius 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.