nowtv-styleguide
A set of basic styles
Installation
npm install @nowtv/nowtv-styleguide --save
Usage
Then you can either require the pre-compiled scss or the compiled css
SCSS
@import "../node_modules/@nowtv/nowtv-styleguide/src/fonts.css";
@import "../node_modules/@nowtv/nowtv-styleguide/src/styleguide.scss";
You will also need to ensure you are compiling scss from within node_modules/@nowtv/nowtv-styleguide
.
HTML
<link rel="stylesheet" href="../node_modules/@nowtv/nowtv-styleguide/dist/fonts.css">
<link rel="stylesheet" href="../node_modules/@nowtv/nowtv-styleguide/dist/styleguide.css">