Socket
Book a DemoInstallSign in
Socket

@codedrop/customers

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codedrop/customers

customers component

latest
Source
npmnpm
Version
0.0.24
Version published
Weekly downloads
8
166.67%
Maintainers
0
Weekly downloads
 
Created
Source

@codedrop/customers

npm

customers styles.

Installation

npm install @codedrop/customers --save-dev

How to use

CSS

  • PostCSS workflow: @import '@codedrop/customers';
  • Native CSS: @import url('dist/customers.css');
  • Link tag: <link href="dist/customers.css" rel="stylesheet" type="text/css">

Developer notes

To use with default values:

@import '@codedrop/customers';

To override variables in a project:

@import '@codedrop/constants';

@import 'path/to/local/project/vars.css';

@import '@codedrop/customers/src/_customers.css';

.customers {
  /* Overrides */
}

FAQs

Package last updated on 05 Aug 2025

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