Skip to content

Commit

Permalink
Update Designer's QuickStart Guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Apr 1, 2013
1 parent af225bd commit 79ba71d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Designer's QuickStart Guide.md
Expand Up @@ -5,7 +5,7 @@ This is a quick start guide for designers unfamiliar with Git or Designing in Br

## Table of Contents

1. [Basic Requirements](#requirements)
1. [Basic Requirements](#basic-requirements)
2. [Getting Started](#getting-started)
* [Learning HTML and CSS](#learning-html-and-css)
* [Installing Style Prototype Requirements](#installing-style-prototype-requirements)
Expand Down Expand Up @@ -85,4 +85,4 @@ Any CSS you can write you can write in the Sass files (.scss) and it'll be just

The Style Guide also comes a bunch of other useful tools to make your life happy. Styling across multiple browsers can be a pain, and as such both [Normalize](http://necolas.github.com/normalize.css/) and [Formalize](http://formalize.me/) are available and in use immediately (the former through a Compass extension, the later through a Bower component). A [Eric Meyer](http://meyerweb.com/eric/tools/css/reset/) reset is also available by uncommenting `compass/reset` in your `_base.scss` file. In addition, [Toolkit](https://github.com/snugug/toolkit), a collection of responsive web design and design in browser tools, [Sassy Buttons](http://jaredhardy.com/sassy-buttons/), which makes fancy CSS3 buttons easy to make, and [Color Schemer](https://github.com/Team-Sass/color-schemer), an advanced color tool, are all available to use out of the box. By uncommenting them, you also get [Breakpoint](https://github.com/canarymason/breakpoint), a tool to make working with Media Queries really easy, [Singularity](https://github.com/Team-Sass/Singularity) to build awesome and advanced grids for the web, and [Modular Scale](https://github.com/Team-Sass/modular-scale) to calculate scales for use in design.

***Happy Coding!***
***Happy Coding!***

0 comments on commit 79ba71d

Please sign in to comment.