Home

Awesome

CSS Framework for Dummies

DevOps By Rultor.com

grunt PDD status License NPM version License Hits-of-Code

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 edible. No classes, no layouts, just design plain and simple web pages compliant with HTML5, and they will look OK.

The details are here: yegor256.github.io/tacit

Simply add this to your HTML:

<!DOCTYPE html>
<html>
  <head>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css.min.css"/>
  </head>
</html>

Otherwise, download tacit-css.min.css and use it together with your HTML by adding the following:

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

Of course, it is responsive and mobile-friendly, but you have to add this line too:

<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  </head>
</html>

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

Browser/OS Compatibility

The following list is of tested browsers for compatibility. We don't have any guarantees of compatibility for other browsers, but as soon as possible we will verify and add more to the list. Some of these browsers present minor issues that are reported in the our issues list.

Browser/OSVersionCompatible
Chrome>= 60Yes
Firefox>= 56Yes
Safari>= 11Yes
Opera>= 48Yes
Edge>= 14Yes
Chrome (iOS)>= 60Yes
Safari (iOS)-Yes
Internet Explorer>= 11Yes

Built on top of Tacit framework

Tacit's goal is to be super simple and always with the same look-and-feel. If you want something more custom, like a different theme, feel free to make it on top of Tacit. Here are some frameworks built on top of Tacit:

Usecases of Tacit framework

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:

npm run 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.

Logo

Tacit's logo was designed by Akshay Vinchurkar (@akshayvinchurkar)