From 79ba71d629f705388e111b337e83d4c796e6664b Mon Sep 17 00:00:00 2001 From: Snugug Date: Mon, 1 Apr 2013 15:30:47 -0300 Subject: [PATCH] Update Designer's QuickStart Guide.md --- Designer's QuickStart Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Designer's QuickStart Guide.md b/Designer's QuickStart Guide.md index c71e993..3644165 100644 --- a/Designer's QuickStart Guide.md +++ b/Designer's QuickStart Guide.md @@ -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) @@ -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!*** \ No newline at end of file +***Happy Coding!***