Skip to content

JSalig1/mockup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Clone and install dependencies

git clone [email protected]:jsteiner/mockup.git
cd mockup
bundle install

I already installed bourbon, neat and bitters (meaning you don't have to run these in this repo). If you create your own projects, you will have to install them yourselves:

cd stylesheets
bourbon install
neat install
bitters install

Start the sass server to watch and compile sass to css:

sass --watch stylesheets:public

Bourbon

Useful sass mixins that simplify styles. Neat and Bitters depend on this.

Don't change anything in the generated bourbon directory.

Neat

Used for layouts and positioning.

Don't change anything in the generated neat directory.

Bitters

A simple scaffold of styles, variable, and structure. Drop it into your project for a small amount of default styling that you can work off of.

Do change things in the generated bitters directory.

Refills

Reuseable components that you can paste into your project for common interface elements like navigation, accordions, badges, etc.

Copy and paste the HTML and CSS for these into your project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published