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

vtex-css-utils

v2.0.4

Published

A small package with css utility classes shared by VTEX front-end developers

Readme

VTEX CSS Utils

A small package with css utility classes and variables shared by VTEX front-end developers

Installation

npm install vtex-css-utils --save

Usage

Import utilities in your stylesheets choosing from Sass (.scss) or LESS options. Please note that your text editor's linter might disagree with this notation, but it still works.

@import "~vtex-css-utils/sass/_css-utils";
@import "~vtex-css-utils/less/_css-utils";

Contributing

A CSS style-guide is in the works, but if you want to contribute just head to https://github.com/vtex-apps/css-utils and ask for a pull request.

Release History

  • 2.0.4 Update the friggin' README
  • 2.0.3 Encapsulate mobile input fix in util class
  • 2.0.2 Limit css-utils-no-outlines() to mobile devices for accessibility reason;
  • 2.0.1 Removes padding from css-utils-clean-btn();
  • 2.0.0 Remove old class names (BREAKING CHANGES), extends now have clean output
  • 1.2.1 Add bootstrap variables
  • 1.2.0 Add storefront asset path variable
  • 1.1.9 Adjust syntax on animations
  • 1.1.8 Fix wrong path on sass folder
  • 1.1.7 Update README
  • 1.1.6 Add z-index scale
  • 1.1.5 Update usage instructions
  • 1.1.2 Add new util class
  • 1.1.0 Add Sass Correspondent files
  • 1.0.0 Initial release