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.2.1 to 1.3.0

4

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

@@ -27,3 +27,3 @@ "main": "_index.scss",

},
"gitHead": "e06a25e553e9870ddcecb43094e74a55b5ebf1bd"
"gitHead": "03500ab8c96d47912e31913a3f887a5c316c4080"
}

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

The styles will create custom properties in CSS `root`. If you want this custom properties anywhere else, use the public
mixin `custom-properties`.
<block-code>

@@ -37,2 +34,5 @@

The styles will create all custom properties in CSS `root`. If you want this custom properties anywhere else, use the
public mixin `custom-properties`.
## Theming

@@ -70,4 +70,4 @@

| --- | --- |
| `$primary` | Return `#...`. |
| `$primary-rgb` | Return `rgb(...)`. |
| `$primary` | Return `#...` color. |
| `$primary-rgb` | Return `rgb(...)` color. |

@@ -78,2 +78,2 @@ ### Mixins

| --- | --- |
| `custom-properties($values...)` | Create custom property on `root`. If the `$values` is empty, the mixin will create all styles by default. |
| `custom-properties($values...)` | Create dedicated custom property. 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