Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brandcolors/linkedin

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandcolors/linkedin

LinkedIn Brand Colors.

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9
decreased by-10%
Maintainers
1
Weekly downloads
 
Created
Source

Brand Colors LinkedIn

Version Download License

Introduction

LinkedIn Brand Colors.

Installation

npm install @brandcolors/linkedin

Usage

Styles

The styles will create custom properties in :root {...}. If you want this custom properties anywhere else, use the public mixin custom-properties.

@use "@brandcolors/linkedin/styles";

Theming

@use "@brandcolors/linkedin";

.foo {
    color: linkedin.$primary;
    // color: #1da1f2;
    color: linkedin.$primary-rgb;
    // color: rgb(29, 161, 242);
}

API

Variables

VariableValue
$primaryReturn #....
$primary-rgbReturn rgb(...).

Mixins

MixinDescription
custom-propertiesCreate custom property for each variables register. Ex. --bc-linkedin-primary: #1da1f2

Keywords

FAQs

Package last updated on 16 Jul 2021

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