New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@citizensadvice/borders

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@citizensadvice/borders

Defines the border of an element. These can be combined with other border properties such as color or widths to override default styling.

  • 1.0.3
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Borders npm (scoped)

Defines the border of an element. These can be combined with other border properties such as color or widths to override default styling.

Classes

Class nameValue
.b-0none
.basolid .063rem (1px)
.b-topsolid .063rem (1px)
.b-top-0none
.b-rightsolid .063rem (1px)
.b-right-0none
.b-bottomsolid .063rem (1px)
.b-bottom-0none
.b-leftsolid .063rem (1px)
.b-left-0none

Examples

<div class="ba">...</div>
<div class="ba b-right-0">...</div>

Installation

$ npm install @citizensadvice/borders

now import into your stylesheet...

@import '@citizensadvice/borders/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/borders@latest/build/borders.css" />

FAQs

Package last updated on 04 Jul 2019

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc