3.0.16 • Published 5 years ago

politico-style v3.0.16

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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.