@cantina/style-guide

Shared sass styles for Cantina-branded projects

Usage no npm install needed!

<script type="module">
  import cantinaStyleGuide from 'https://cdn.skypack.dev/@cantina/style-guide';
</script>

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