politico-style

v3.0.1
Web fashions by Politico Interactives.
css sass mobile-first responsive front-end framework web

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.

Metadata

  • MIT
  • Whatever
  • Politico Interactives
  • released 8/30/2018

Downloads