New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@codedrop/header

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codedrop/header

header component

latest
Source
npmnpm
Version
0.1.43
Version published
Maintainers
2
Created
Source

@codedrop/header

npm

header styles.

Installation

npm install @codedrop/header --save-dev

How to use

CSS

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

Developer notes

To use with default values:

@import '@codedrop/header';

To override variables in a project:

@import '@codedrop/constants';

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

@import '@codedrop/header/src/_header.css';

.header {
  /* Overrides */
}

FAQs

Package last updated on 12 May 2023

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