New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@economist/component-blog-post

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@economist/component-blog-post

Blog post

1.0.2
Source
npm
Version published
Weekly downloads
264
98.5%
Maintainers
1
Weekly downloads
 
Created
Source

component-blog-post

The blog post component is a simple element to show a blog post. This component is primarily for the blog post page.

Overridable variables:

You can override the following variables:

:root {
  --blog-post-color-title: green;
  --blog-post-color-flytitle: blue;
  --blog-post-color-text: yellow;
  --blog-post-color-datetime: black;
  --blog-post-background-color-datetime: purple;

  --blog-post-section-bottom-margin: 10px;

  --blog-post-flytitle-bottom-margin: 10px;

  --blog-post-text-top-margin: 10px;

  --blog-post-datetime-top-margin: 10px;
  --blog-post-datetime-bottom-margin: 10px;
}

FAQs

Package last updated on 04 Nov 2015

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