Skip to content

Front-end framework for smallish websites. SCSS and JS compiled with Gulp

License

Notifications You must be signed in to change notification settings

thesquatchman/squatch-sass

Repository files navigation

Welcome to Squatch

Squatch is a flexbox framework for a small to meduim sized site. The goal is to be able to take care of the responsive layout of the site with easy to read and remember css classes, while not being too opinionated about styling components.

to start a new project with gulp

clone

$ git clone https://github.com/thesquatchman/squatch-sass.git

then run

$ npm install

watch

$ gulp

to import into an existing project

install

$ npm install squatch --save

@import into your scss with something like:

@import "../node_modules/squatch/stylesheets/import"

note: this assumes you are importing from a .scss file in your project-root/stylesheets. add some more/less "../../" as needed ;)

for examples visit http://squatch.co

About

Front-end framework for smallish websites. SCSS and JS compiled with Gulp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published