@sassquatch/theme
v1.1.17
Published
An in development sass based component library.
Downloads
71
Readme
Sassquatch
An in development sass and javascript based component library.
For example useage please see http://sassquatch.ca/
view package on NPM https://www.npmjs.com/package/@sassquatch/theme
Get Started
yarn add @sassquatch/theme
Import into your SCSS project
@import "@sassquatch/theme/assets/styles/sassquatch";
Requirements
To make full use of Sassquatch's features your project should already have a SCSS compiler. This will allow you to import sassquatch.scss and make use of mixins and variables.
Otherwise you can include the precompiled sassquatch.css to get the default component styles.