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 🙏

© 2026 – Pkg Stats / Ryan Hefner

css-basics

v4.0.0-alpha16

Published

CSS Basics is built to start styling your page without worry about any position and behaviour problems.

Readme

CSS Basics

You're the web artist. So... why should a CSS framework restrict your artistry?

CSS Basics is built to start styling your page without worry about any position and behavior problems. It's mobile first and scales up to (extra) large displays.

If you have suggestions of improvements or bug reports, please feel free to create a new issue via the issue tracker.

Take a look at the project page to see full documentation.

To-do

Note that we are still in alpha. There are some things to-do:

  • [ ] Update Documentation
  • [ ] Update Gulpfile
  • [ ] Update HISTORY
  • [ ] Update README

Features

  • No styles - just basics
  • Include only components that you need - compiled with Sass
  • Responsive and adaptive - mobile first
  • RTL support
  • Easy implementation - just a few classes
  • Powered and inspirited by Bootstrap
  • Very lightweight

Setup

Just include basics.min.css before all other Style Sheets and JavaScripts.

<link rel="stylesheet" type="text/css" href="path/to/basics.min.css" />

Custom build

It's still to heavy? No problem! Check out the custom dist. Maybe there is a compiled version for your needs.

If not, you can compile your custom CSS Basics easily with all components that you need:

  1. Setup your custom build via scss/_setup.scss
  2. Compile scss/basics.scss with Sass sass basics.scss basics.custom.css --autoprefix Note: --autoprefix
  3. Link your new custom build

Browser Support

All major browsers like Chrome, Firefox and Safari are supported.

Since v4.0, IE<9 and FF<19 support is dropped. If you want to support these you can still use the old v3.0 version.

CSS Basics is compiled with default browserlist configurations:

> 1%, last 2 versions, Firefox ESR, Opera 12.1

Release notes

Each main version is mostly backward-compatible. See the history to see all changes and fixes.

License

CSS Basics is released under the MIT license