@cantina/style-guide
v0.1.1
Published
Shared sass styles for Cantina-branded projects
Downloads
3
Readme
Cantina Style Guide
The de-facto collection of Cantina's common styles. For use on any Cantina-branded web projects.
Setup
Add the Cantina Style Guide as a dependency on your project to leverage its styles, functions, and mixins.
$ npm install cantina-style-guide --save-dev
Example
@import "../node_modules/styleguide/styles/colors";
@import "../node_modules/styleguide/styles/variables";
@import "../node_modules/styleguide/styles/extends";
@import "../node_modules/styleguide/fonts/BigNoodleTitling/BigNoodleTitling.css";
@import "../node_modules/styleguide/fonts/Lato/Lato.css";