Socket
Book a DemoInstallSign in
Socket

@codedrop/feature-article

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codedrop/feature-article

feature-article component

latest
Source
npmnpm
Version
0.1.45
Version published
Weekly downloads
4
-78.95%
Maintainers
2
Weekly downloads
 
Created
Source

@codedrop/feature-article

npm

feature-article styles.

Installation

npm install @codedrop/feature-article --save-dev

How to use

CSS

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

Developer notes

To use with default values:

@import '@codedrop/feature-article';

To override variables in a project:

@import '@codedrop/constants';

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

@import '@codedrop/feature-article/src/_feature-article.css';

.feature-article {
  /* 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