Socket
Book a DemoInstallSign in
Socket

@codedrop/block-graphic

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codedrop/block-graphic

block-graphic component

latest
Source
npmnpm
Version
0.3.3
Version published
Maintainers
2
Created
Source

@codedrop/block-graphic

npm

block-graphic styles.

Installation

npm install @codedrop/block-graphic --save-dev

How to use

CSS

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

Developer notes

To use with default values:

@import '@codedrop/block-graphic';

To override variables in a project:

@import '@codedrop/constants';

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

@import '@codedrop/block-graphic/src/_block-graphic.css';

.block-graphic {
  /* Overrides */
}

FAQs

Package last updated on 07 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