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

sscaffold-css

v0.1.1

Published

Updated alternative to milligram and skeleton.

Downloads

4

Readme

Contributors Forks Stargazers Issues MIT License

Introduction

sscaffold combines css rules from normalize.css, skeleton.css, and milligram into a single, reorganized, easy-to-use css file, with bugfixes and a few other updates and additions. It emphasizes sensible defaults and semantic HTML.

Size vs. skeleton and milligram

sscaffold is a little bit heftier than skeleton or milligram:

| Library | Minified Size (1) | | ------- | ---------------------------: | | Skeleton 2.0.4 (2) | 7.7K | | Milligram 1.3.0 (3) | 11K | | sscaffold 0.1.0 (4) | 14K |

  • (1) Each css file was run through cssminifier for an apples-to-apples comparison.
  • (2) The Skeleton 2.0.4 package includes Normalize 3.0.2. The current version of Normalize is 8.0.1. Normalize 3.0.2 was added to the Skeleton 2.0.4 file before minifying it.
  • (3) Milligram 1.3.0 requires Normalize 5.0.0. The current version of Normalize is 8.0.1. Normalize 5.0.0 was added to the Milligram 1.3.0 file before minifying it.
  • (4) sscaffold 0.1.0 has no external dependencies. Normalize 8.0.1 has already been integrated into sscaffold.css.

For 3K over Milligram and 7K over Skeleton you save an https request and get the features of both plus a few extras.

Using sscaffold

The current version is 0.1.1.

jsdelivr:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/sscaffold.min.css" integrity="sha256-NxJ/Enl6+QKA3ysgZq44/qc6cWmUXbAB/hl+QFBuMck=" crossorigin="anonymous">

npm:

npm install sscaffold-css

If you want it added to another repository, dependency management system, or cdn, open an issue requesting it and I'll get on it.

Documentation

The sscaffold-css.com home page is a demo and brief overview of the current release.

Complete documentation is available at doc.sscaffold-css.com.

License

Like everything else it evolved from, sscaffold is being released under the MIT license. See LICENSE.

Acknowledgements

sscaffold exists thanks to: