romainshen / tacit

CSS Framework for Dummies, Without Classes

Home Page:http://yegor256.github.io/tacit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Made By Teamed.io DevOps By Rultor.com

Build Status License Bower Dependencies

Tacit is a primitive CSS framework for dummies, like myself, who don't know anything about graphic design but want their web services to look eatable. No classes, no layouts. Just design plain and simple web pages compliant with HTML5 and they will look OK.

Details are here: yegor256.github.io/tacit

Or simply download tacit.min.css and use together with your HTML by adding:

<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="tacit.min.css"/>
  </head>
</html>

This blog post explains it in even more details: Tacit, a CSS Framework Without Classes.

How to contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Grunt build:

$ npm install
$ grunt

To develop it locally, open index.html in a browser and then run:

$ grunt dev

Now you can make changes to .scss files and refresh the page in the browser. CSS will be recompiled automatically on every change you make.

If you have problems running the Grunt build you may need to install scss-lint and compass:

gem update --system && gem install scss_lint compass

Got questions?

If you have questions or general suggestions, don't hesitate to submit a new Github issue.

About

CSS Framework for Dummies, Without Classes

http://yegor256.github.io/tacit/

License:MIT License


Languages

Language:CSS 62.7%Language:HTML 26.7%Language:JavaScript 10.6%