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

@brandcolors/vimeo

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandcolors/vimeo

Vimeo Brand Colors.

  • 1.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Brand Colors Vimeo

Version Download License

Introduction

Vimeo Brand Colors.

Installation

npm install @brandcolors/vimeo

Usage

Styles

@use "@brandcolors/vimeo/styles";

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

@use "@brandcolors/vimeo";

.foo {
    color: vimeo.$primary;
    // color: #1ab7ea;
    color: vimeo.$primary-rgb;
    // color: rgb(26, 183, 234);
}

Custom Properties

@use "@brandcolors/vimeo";

:root {
    @include vimeo.custom-properties(primary);
    // --bc-vimeo-primary: #1ab7ea;
    @include vimeo.custom-properties(primary-rgb);
    // --bc-vimeo-primary-rgb: rgb(26, 183, 234);
}

API

Variables

VariableValue
$blueReturn blue hex value.
$dark-forestReturn dark forest hex value.
$primaryReturn primary (a.k.a blue) hex value.
$primary-rgbReturn primary RGB value.

Mixins

MixinDescription
custom-properties($values...)Create dedicated custom property. If the $values is empty, the mixin will create all styles by default.

Keywords

FAQs

Package last updated on 25 Apr 2022

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