All Projects → yegor256 → Tacit

yegor256 / Tacit

Licence: mit
CSS Framework for Dummies, Without Classes

Projects that are alternatives of or similar to Tacit

Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (-46.73%)
Mutual labels:  css-framework, scss, css3
Hive Framework
A website development framework built with Sass, and incorporating jQuery UI.
Stars: ✭ 14 (-98.96%)
Mutual labels:  grunt, css-framework, scss
Shorthand
Feature rich CSS framework for the new decade https://shorthandcss.com
Stars: ✭ 230 (-82.89%)
Mutual labels:  css-framework, scss, css3
Css Flags
A collection of pure CSS flags, all single divs.
Stars: ✭ 90 (-93.3%)
Mutual labels:  scss, css3
Primitive
⛏️ ‎ A front-end design toolkit for developing web apps.
Stars: ✭ 783 (-41.74%)
Mutual labels:  css-framework, scss
Font Awesome Animation
Simple animations using FontAwesome and some CSS3.
Stars: ✭ 856 (-36.31%)
Mutual labels:  scss, css3
Hartija Css Print Framework
Universal CSS for web printing
Stars: ✭ 509 (-62.13%)
Mutual labels:  css-framework, css3
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-97.4%)
Mutual labels:  scss, css3
Bojler
Bojler is an email framework
Stars: ✭ 885 (-34.15%)
Mutual labels:  css-framework, scss
Lofi Player
🎧 A Lofi Player built with HTML, CSS and Javascript using Parcel as Module Bundler https://lakscastro.github.io/lofi-player
Stars: ✭ 38 (-97.17%)
Mutual labels:  scss, css3
Flex One
1 CSS Class Layout System made with Flex
Stars: ✭ 47 (-96.5%)
Mutual labels:  css-framework, css3
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (-45.76%)
Mutual labels:  scss, css3
Availity Uikit
Availity UI Kit powered by Bootstrap 4
Stars: ✭ 44 (-96.73%)
Mutual labels:  css-framework, scss
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-95.98%)
Mutual labels:  scss, css3
Nhsuk Frontend
NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services.
Stars: ✭ 511 (-61.98%)
Mutual labels:  css-framework, scss
Mustard Ui
A starter CSS framework that actually looks good.
Stars: ✭ 968 (-27.98%)
Mutual labels:  css-framework, scss
Avalanche
A package based CSS framework.
Stars: ✭ 86 (-93.6%)
Mutual labels:  css-framework, scss
Agilejs
AgileJS - The Css3 Creation Engine 🍖🌭🍔
Stars: ✭ 489 (-63.62%)
Mutual labels:  css-framework, css3
Siimple
The minimal CSS toolkit for flat and clean designs
Stars: ✭ 502 (-62.65%)
Mutual labels:  css-framework, scss
H5ui
Lightweight, elegant open source mobile UI style library.
Stars: ✭ 44 (-96.73%)
Mutual labels:  css-framework, css3

Donate via Zerocracy

Managed by Zerocracy DevOps By Rultor.com

Build Status PDD status Build status License NPM version Bower

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 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

Just add it to your HTML:

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

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

<!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.

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
$ npm test

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.

Commit messages guidelines

  • Every commit/PR should preferably be linked to a Github issue. If it's not, it's recommended to create an Issue first and then commit and open a PR;
  • Commit messages should follow this pattern:
 #<issue-number> - short description

(optional) * bullet-points with more details if necessary
  • If the pattern is not followed - commit messages should at the very least reference the #<issue-number>.

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 will verify and add more to the list. Some of these browsers present minor issues that are reported in the our issues list.

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

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:

  • kacit Kacit is the Tacit CSS classless framework but with a yellow accent and Georgia font
  • Bahunya is a CSS framework with responsive typography, navbar, syntax highlighting, and much more, inspired by Tacit

Usecases of Tacit framework

  • jare.io Free and instant CDN
  • wring.io GitHub notification filtering hosted inbox
  • wts.zold.io Web Wallets of Zold cryptocurrency
  • jpeek.org Java projects code cohesion analyzer
  • socatar.com Web service to use profile photos in your page
  • filfreire.com @filfreire's personal blog on software testing and development
  • moneeee joke app to know how much money you're making during a boring meeting
  • soalition.com a social coalition management web app for online writers.
  • golang.cafe Go (golang) job board with no recruiters and clear salary ranges.
  • tinyfts Very small standalone full text search HTTP/SCGI server

Got questions?

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

Logo

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].