
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
nuclear-border
Advanced tools
The border property is a shorthand property for the following individual border properties:
border-widthborder-style - (required)border-color.bd-n { border: none; }
.bds-h { border-style: hidden; }
.bds-dt { border-style: dotted; }
.bds-ds { border-style: dashed; }
.bds-s { border-style: solid; }
.bds-db { border-style: double; }
.bdw-1 { border-width: var(--border-width-1); }
.bdw-2 { border-width: var(--border-width-2); }
.bdw-3 { border-width: var(--border-width-3); }
.bdw-4 { border-width: var(--border-width-4); }
<div class="bds-s bdw-2">
content
</div>
The border-radius property is a shorthand property for setting the four border-*-radius properties.
length - Defines the shape of the corners. Default value is 0% - Defines the shape of the corners in %Tip: This property allows you to add rounded borders to elements!
.bdrs-1 { border-radius: var(--border-radius-1); }
.bdrs-2 { border-radius: var(--border-radius-2); }
.bdtrrs-1 { border-top-right-radius: var(--border-radius-1); }
.bdtrrs-2 { border-top-right-radius: var(--border-radius-2); }
.bdtlrs-1 { border-top-left-radius: var(--border-radius-1); }
.bdtlrs-2 { border-top-left-radius: var(--border-radius-2); }
.bdbrrs-1 { border-bottom-right-radius: var(--border-radius-1); }
.bdbrrs-2 { border-bottom-right-radius: var(--border-radius-2); }
.bdblrs-1 { border-bottom-left-radius: var(--border-radius-1); }
.bdblrs-2 { border-bottom-left-radius: var(--border-radius-2); }
<div class="bds-s bdw-2 bdrs-2">
content
</div>
FAQs
Border styles for nuclear-css
We found that nuclear-border 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.