项目作者: scottaohara

项目描述 :
Starting point for Sass projects. Really needs a good update though....
高级语言: CSS
项目地址: git://github.com/scottaohara/Brass-Tacks.git
创建时间: 2013-05-20T01:51:57Z
项目社区:https://github.com/scottaohara/Brass-Tacks

开源协议:Other

下载


Brass Tacks — Beta

(Last updated: 0.9.9 - May 14, 2016)

Setting up your development environment

The only thing you need to use Brass Tacks is Sass v 3.3+.

Install SASS: http://sass-lang.com/install

however

You may use the included Grunt build.

This build process requires Grunt >=0.4.0

If you haven’t used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you’re familiar with that process, you may install dependencies with this command:

  1. npm install

Building your project

Watch for changes

  1. grunt

Watch for changes with server at port 8000

  1. grunt server

or

  1. grunt s

Brass Tacks Specifics

  • Built for HTML5 enabled modern browsers (autoprefixer targets last 3 browsers)
  • JavaScript light: only comes with a Google Analytics placeholder & link to HTML5shiv via CDN
  • Mark-up demos & code snippets within the scss files
  • Mixin, Silent Class and Variable libraries
  • scss base, helper and skeleton setup for project files

Sass Specifics

Brass Tacks’ Sass files are split up into four base folders, and two optional folders, to help keep the code organized and easy to find.

  • __globals
  • _base-elements
  • _helper-classes
  • _project
  • —addons
  • —starter

Read more about the Sass file architecture and how to customize Brass Tacks in the Sass ReadMe.md.