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

reliable-lightweight-css-reset

v1.0.0

Published

CSS Resets are stupidly long. It’s time to make it simpler.

Downloads

3

Readme

Most Reliable Lightweight CSS Reset™

CSS Resets are stupidly long. It’s time to make it simpler.

FAQ

Why did you make this?

There has been a long-brewing battle between users of normalize.css and reset.css over which ones work the best for development. Even though both of them work well in making websites render consistently on all browsers and operating systems, I find them both to be lacking in one aspect: size.

Some of them argue that one works better than the other because it's more lightweight in size, which helps in performance, but the main problem is: they are both fucking huge.

Most Reliable Lightweight CSS Reset (MRLCR) solves the above issue by going the extra mile in compactness with a solution that just works.

Seriously. Why did you make this?

I originally made this as a joke Tumblr post with the same idea as explained above. I ended up setting up a GitHub repo for it, because hey, some of you might be into this, so why the hell not.

I even went on to set up a bower package for it, because some of you are pretty into it these days.

What does this contain?

In its entirety, MRLCR contains the following:

* {
  margin: 0;
  padding: 0;
}

I don't like the way you did {x,y,z}!

I don't care, just fork it and change it. MRLCR is licensed in WTFPL so that the possibilities to do whatever you want with it are endless, and because real freedom tastes much better than Freedom™.

Installation

npm

$ npm install --save reliable-lightweight-css-reset

Bower

$ bower install reliable-lightweight-css-reset

The old way

Just download the thing and place it inside your working directory. Was that so hard?

License

WTFPL.