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 - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

7

package.json
{
"name": "@brandcolors/linkedin",
"version": "1.0.0",
"version": "1.1.0",
"description": "LinkedIn Brand Colors.",

@@ -14,3 +14,4 @@ "main": "_index.scss",

"sass",
"css"
"css",
"front-end"
],

@@ -27,3 +28,3 @@ "license": "MIT",

},
"gitHead": "cf31d15318affb32ce2bbdd83a480ac10d10262e"
"gitHead": "a13fcc9616e51ff22c5b7ccff76ae826a88c611f"
}

@@ -25,4 +25,4 @@ <div align="center">

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

@@ -50,2 +50,15 @@ <block-code>

### Custom Properties
```scss
@use "@brandcolors/linkedin";
:root {
@include linkedin.custom-properties(primary);
// --bc-linkedin-primary: #1da1f2;
@include linkedin.custom-properties(primary-rgb);
// --bc-linkedin-primary-rgb: rgb(29, 161, 242);
}
```
## API

@@ -64,2 +77,2 @@

| --- | --- |
| `custom-properties` | Create custom property for each variables register. Ex. `--bc-linkedin-primary: #1da1f2` |
| `custom-properties($values...)` | Create custom property on `root`. If the `$values` is empty, the mixin will create all styles by default. |

Sorry, the diff of this file is not supported yet

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