hlj / furatto

It's a flat, fast and powerful front-end framework for rapid web development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Furatto v1.0.0

Furatto is a flat, fast and powerful front-end framework for rapid web development, created and maintained by Abraham Kuri from Icalia Labs. It is based on other frameworks as a start point, such as Twitter Bootstrap, Foundation.

To get started, checkout:

http://icalialabs.github.io/furatto/ !

Quick start

Three quick start options are available:

Bug tracker

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the [Issue Guidelines].

Compiling CSS and JavaScript

Furatto was built using Sass and compiled with CodeKit.

If you don't have CodeKit, you can just watch files with the following:

	gem install sass 
	mv style.css style.scss 
	sass --watch style.scss:style.css

Or refer to the official Sass site.

Contributing

Please submit all pull requests against a separate branch. Please follow the standard for naming the variables, mixins, etc.

Thanks!

Authors

Abraham Kuri

Copyright and license

Copyright 2012 Icalia Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

It's a flat, fast and powerful front-end framework for rapid web development.