npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tacit-css

v1.8.1

Published

CSS Framework for Dummies

Downloads

1,016

Readme

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/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
  • golang.cafe Go (golang) job board with no recruiters and clear salary ranges.
  • tinyfts Very small standalone full text search HTTP/SCGI server

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)