Skip to content

Simple (but powerful) RWD Framework converted to Sass - Compass (in its original flavor you find in https://github.com/soyjavi/tuktuk.git) - tuktuk created by @soyjavi

License

Notifications You must be signed in to change notification settings

alejo8591/tuktuk-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple (but powerful) RWD Framework converted to Sass - Compass (in its original flavor you find in https://github.com/soyjavi/tuktuk.git) - tuktuk created by @soyjavi

Quick start

Three quick start options are available:

¡Enjoy!

Tools for working with tuktuk-sass

Sass: Basic modification and understanding

You can learn more about Sass at:

sass-lang.com

Sass runs as a local GEM on your system. You can run:

  1. gem install sass
  2. mv style.css style.scss
  3. sass --watch style.scss:style.css

For more information in Spanish the following tutorial can help!

Compass: Basic modification and understanding

compass-style.com

Compass runs as a local GEM on your system. You can run:

  1. $ gem update --system
  2. $ gem install compass
  3. $ compass create <myproject>

For more information in Spanish the following tutorial can help!

Scout: Basic modification (Optional)

scout-app

Scout helps make your CSS workflow a snap by delivering more control, optimization, and organization. No developer required.

For more information in Spanish the following tutorial can help!

Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

Bug tracker

Have a bug or a feature request? Please open a new issue.

Contributing

Please submit all pull requests against *-test branches. If your pull request contains JavaScript (Coffee-Script) patches or features, you must include relevant unit tests. All HTML and CSS should conform to the Code Guide, maintained by Mark Otto.

Thanks!

Community

Keep track of development and community news.

Important information from the original version released (tuktuk)

This isn't another frontend framework... is a way to create sites and extend them with your own style.?

More info in http://tuktuk.tapquo.com

Source code and issue tracking are available on Github.

Credits

Created by Javier Jiménez. Copyright (c) 2011, 2012 by Tapquo Inc.

Licensing Options

Released under MIT license, https://raw.github.com/soyjavi/QuoJS/master/LICENSE.txt

See LICENSE.txt for license.

About

Simple (but powerful) RWD Framework converted to Sass - Compass (in its original flavor you find in https://github.com/soyjavi/tuktuk.git) - tuktuk created by @soyjavi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages