/cantina-style-guide

Cantina's very own style guide! For use by anyone looking to work on the Cantina website or any other branded web properties.

Primary LanguageCSS

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";