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
Three quick start options are available:
- Download the latest release.
- Or Clone the repo:
https://github.com/alejo8591/tuktuk-sass.git
. - Check the directory named "examples".
¡Enjoy!
You can learn more about Sass at:
Sass runs as a local GEM on your system. You can run:
gem install sass
mv style.css style.scss
sass --watch style.scss:style.css
For more information in Spanish the following tutorial can help!
Compass runs as a local GEM on your system. You can run:
$ gem update --system
$ gem install compass
$ compass create <myproject>
For more information in Spanish the following tutorial can help!
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!
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/.
Have a bug or a feature request? Please open a new issue.
- ¡Allow For! Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.
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!
Keep track of development and community news.
- Follow @html5facil on Twitter.
- Follow @ninjacodetv on Twitter.
- Follow @maquetafacil on Twitter.
- Have a question that's not a feature request or bug report? Ask on the LinkedIn Group.
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.
Created by Javier Jiménez. Copyright (c) 2011, 2012 by Tapquo Inc.
Released under MIT license, https://raw.github.com/soyjavi/QuoJS/master/LICENSE.txt
See LICENSE.txt for license.