Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

politico-style

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

politico-style

Web fashions by Politico Interactives.

  • 3.0.16
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
23
decreased by-87.89%
Maintainers
3
Weekly downloads
 
Created
Source

POLITICO

politico-style npm version

Web fashions by POLITICO Interatives.

See the docs.

Using in your project

Install the module.

$ yarn add politico-style
Styles

Include an entire theme:

@import "../../node_modules/politico-style/scss/base/theme";

Include parts of a theme:

@import "../../node_modules/politico-style/scss/base/components/header";
@import "../../node_modules/politico-style/scss/base/components/footer";

Import a theme using Webpack's sass-loader:

import 'politico-style/scss/base/main.scss';
Components
import { Sketch } from "politico-style";

const { Nav } = Sketch;

const MyComponent = <Nav appName="My new app" />;

Developing

$ yarn install
$ npm start

Once you're done:

$ npm run build

To publish: Update the version number in package.json

$ npm publish

Cf.

Keywords

FAQs

Package last updated on 23 May 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc