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

snippet-ss

v1.11.0

Published

A generic set of stylesheet classes

Downloads

66

Readme

snippet-ss

A generic set of stylesheet classes - In css, less & scss formats

Installation

bower install --save snippet-ss or npm install --save snippet-ss

  • All the styles are originally scripted in less, its then transpiled into css and scss by the build command
  • All the transpiled scripts will be committed for ease at the user end

Demo page / tests

npm test

  • The demo page (tests/index.html) must be built, and opened in your default browser.

Transpiling less to css & scss

npm run build

Only to css

npm run build:css

Only to scss

npm run build:scss

Available style files, and classes in them

Parameterised mixins would be available only in less & scss

1. reset - Eric Meyer’s CSS Reset V2.0
2. no
  • .no-mouse [alias - no-pointer]
  • .no-select
  • .no-display
  • .no-visible
  • .no-active
  • .no-margin
  • .no-padding
  • .no-border
  • .no-wrap
3. effects

The glow is appended onto existing box-shadow value

  • .outer-glow(@color)
  • .inner-glow(@color)
  • .text-outer-glow(@color)
  • .shadow(@color)
  • .left-shadow(@color)
  • .right-shadow(@color)
  • .white-outer-glow
  • .white-inner-glow
  • .white-text-outer-glow
  • .dark-shadow
  • .dark-left-shadow
  • .dark-right-shadow
  • .glass
4. background
  • Default background color is grey, you can change that in less using background-color or other related property. Also the pattern is appended onto existing patterns
  • Add animate class to make the background scroll horizontally
    • .noise-bg
    • .dotted-bg
    • .checker-bg
    • .diagonal-stripes-bg
    • .dotted-background(@light-color, @dark-color)
    • .checker-background(@light-color, @dark-color)
    • .diagonal-stripes-background(@light-color, @dark-color)
5. fix
  • .clear-fix
6. force
  • .force-gpu - Just to force hardware acceleration for the element
  • .force-scrollbar - To replace OSx Lion’s hidden scroll-bar behavior. So that a scroll-bar is displayed whenever scrolling is possible. Supported only by WebKit.
7. use
  • .use-border-padding-in-width-height - Border & padding size would be considered as part of width or height
  • .use-border-box - Alias for use-border-padding-in-width-height
  • .use-ellipsis - Uses ellipsis to denote overflowing text
8. x-browser - Some functions for making cross browser compatibility easy
  • .opacity(@opacity)
    • @opacity must be a value from 0 to 1
    • Previously it was under functions file
9. fonts
  • .serif-georgia
  • .serif-times
  • .serif-palatino
  • .san-helvetica
  • .san-verdana
  • .san-arial
  • .san-comic
  • .san-impact
  • .san-lucida
  • .san-tahoma
  • .san-trebuchet
  • .mono-courier
  • .mono-lucida