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

drab.css

v1.10.1

Published

An extremely boring set of CSS. If you have a page of basic, unstyled HTML, and want to do almost no work, just pop this in.

Downloads

51

Readme

drab.css

An extremely boring set of CSS. If you have a page of basic, unstyled HTML, and want to do almost no work, just pop this in.

<link rel="stylesheet" href="https://heiskr.com/drab.css/css/drab.min.css">

See a demo.

Goals

  • Minimum number of changes on top of normalization.
  • No classes.
  • Use styles that are on ≥90% of websites.

Changes

In an effort reduce the count of changes, here is a listing of all the significant changes on top of normalize.

Global

  1. Limit width on body so text is easier to read.
  2. Standardize line-height and font-size.
  3. Standardize focus states.
  4. Round corners. *
  5. Lighten text color slightly.
  6. Use the same border color everywhere.

Block

  1. Adjust headers for 8px rhythm.
  2. Tighten left on lists.
  3. Add a left border to blockquote.
  4. Adjust blockquote margin for 8px rhythm.
  5. Adjust figure margins for 8px rhythm.
  6. Constrain image and iframe to width to body.
  7. Update progres height to 8px rhythm.
  8. Adjust hr margin for 8px rhythm.
  9. Make summary look easier to click. *
  10. Increase whitespace around header, section, and footer. *
  11. Update progress colors. *

Inline

  1. Update small and monospace font size for 8px rhythm.
  2. Make strikethroughs more obvious.
  3. Adjust link color, removing visited color.
  4. Update mark colors.

Form

  1. Constrain form to body width.
  2. Remove shadow on iOS.
  3. Lighten disabled.
  4. Use the same border-width on form.
  5. Add a little padding to input and button.
  6. Update button colors.
  7. Block-level labels. *

Table

  1. Use padding not border-spacing on tables.
  2. Align everything left in table cells by default.
  3. Add horizontal rules to tables.

* – These styles are a bit more opinionated and would be outside (3) above.

Alternatives

A second sheet,

<link rel="stylesheet" href="https://heiskr.com/drab.css/css/drabutil.min.css">

includes some minor utility classes with a consistent name format.