politico-style

3.0.16 • Public • Published

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.

Package Sidebar

Install

npm i politico-style

Weekly Downloads

18

Version

3.0.16

License

MIT

Unpacked Size

943 kB

Total Files

182

Last publish

Collaborators

  • brizandrew
  • hobbes7878
  • mazet