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

unlimitedgrid

v2.4.2

Published

Responsive, fully customizable & mobile first CSS grid framework / system based on Sass (SCSS)

Readme

unlimitedGrid

TL;DR

  • unlimitedGrid is a very small / simple / flexible and functional grid "framework" (build with Sass)
  • Just set the properties in the ug-grid.scss file, next build / compile this file
  • Use the generated classes in your HTML to fast create your individual grid / layout structure! -- or --
  • Use build functions / mixins to create your own grid

How start?

  • yarn - yarn add unlimitedgrid
  • npm - npm install unlimitedgrid
  • bower - bower install unlimitedgrid
  • github (1) - git clone https://github.com/PixelT/unlimitedGrid.git
  • github (2) - download the latest release

Why use it?

  • Ultra customizable, responsive, mobile first
  • Module structure - use only what you need
  • Small size - 12 columns grid with RWD only 2KB (5KB if use flexbox)
  • Support 2 types of grid - gutter margin or padding
  • Support CSS3 features: rem units, flexbox
  • Generate full grid in 15-30s
  • Set your custom: settings | modules | classnames | breakpoints
  • Set your custom grid by using provided SCSS @mixin and @function

About unlimitedGrid

The main reason that I wrote yet another grid system, was the fact that I can’t found any grid system, which would give me the possibility to create functional grid in short time…

unlimitedGrid is a collection of ~~functions~~ principles and rules, by which you can easily and fast create an attractive and ( ultra ) functional grid.

unlimitedGrid based on a slightly different approach and mechanism of action than standard grid frameworks offer. He doesn’t provide functions or mixins*, which define the rules / size / properties for classes which you write, but immediately generate a whole set of classes based on your settings. Just compile the mainly SCSS file (ug-grid.scss) and the grid will be ready for you!

unlimitedGrid is very flexible. It allows you to define multiple things, such as: the custom number of columns (10, 12, 16, 24 or maybe 7? no problem), custom size and type of gutters (in absolute or relative length units), custom class names (you prefer OOCSS, BEM or another methodology – easy), custom breakpoint values and class names for @media – for each module independently, according with your preferences – so you can generate the grid as you need – the only limitation is your imagination…

*From version >= 2.0.0 the unlimitedGrid also provide the SCSS mixins and functions to build custom grid in another than described above way. Nay! The mixins & functions module, can be used alone, without the whole grid!

Documentation / Examples

Full documentation, demo examples & codes and more other cool stuff you can find on the unlimitedGrid documentation page

Issues

If you find in project / doc page some bugs or have an idea for improvements / features, feel free to create an issue