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

skeletonic-stylus

v1.1.2

Published

A lightweight, intuitive, accessible and ultra-responsive Stylus Library to streamline your digital and mobile web development needs. Proudly made with Stylus ❤

Downloads

823

Readme

Welcome to the Skeletonic Stylus Library

Codacy Badge npm Release Notes License: MIT FOSSA Status npm

Banner representing the Skeletonic Stylus Library

Getting Started Download Skeletonic Stylus v1.1.2

Index

The Skeletonic Stylus Library

Skeletonic Stylus Library is a lightweight, intuitive, accessible and ultra-responsive Stylus Library.

The library provides modular components built for speed, higher performance, with the aim of helping you come to grips with common pain points in mobile and web application design and development.

The Skeletonic Stylus Library is a collection of components, functions, and mixins made with Stylus. The components and mixins can be used on their own to build modern web sites and applications, but they are also designed to be used in combination with a wide variety of existing technologies.

Documentation

To read the Skeletonic Stylus Documentation, please visit:

Installation

From NPM or YARN

To install the Skeletonic Stylus Library, use either npm or yarn as follows:

  • npm install skeletonic-stylus
  • yarn add skeletonic-stylus

From CDN

A pre-bundled package that contains all compiled CSS, components and mixins needed to use is available on CDN.

The following table lists alternate CDN locations where Skeletonic Stylus is hosted.

| CDN | URL | HTTPS | Combo | | ------------------------------------- | ----------------------------------------------------------------------------- | ----- | ----- | | GitHub Packages | https://github.com/sebastienrousseau/skeletonic-stylus/packages | Yes | No | | unpkg | https://unpkg.com/[email protected]/css/skeletonic.min.css | Yes | No | | jsDelivr | https://cdn.jsdelivr.net/npm/[email protected]/css/skeletonic.min.css | Yes | Yes |

From GitHub

Clone the main repository to get all source files including build scripts: git clone https://github.com/sebastienrousseau/skeletonic-stylus.git

What's included

Within the download you'll find all the Stylus source files, compiled and minified CSS bundles as well as CSS sourcemaps grouped into the dist folder.

You'll see something like this:

skeletonic-1.1.2
dist
├── README.md
├── css
│   ├── animations
│   │   ├── skeletonic-animations-report.txt
│   │   ├── skeletonic-animations.css
│   │   ├── skeletonic-animations.css.map
│   │   └── skeletonic-animations.min.css
│   ├── core
│   │   ├── skeletonic-report.txt
│   │   ├── skeletonic.css
│   │   ├── skeletonic.css.map
│   │   └── skeletonic.min.css
│   ├── fonts
│   │   ├── skeletonic-fonts-report.txt
│   │   ├── skeletonic-fonts.css
│   │   ├── skeletonic-fonts.css.map
│   │   └── skeletonic-fonts.min.css
│   ├── hebrew-fonts
│   │   ├── skeletonic-hebrew-fonts-report.txt
│   │   ├── skeletonic-hebrew-fonts.css
│   │   ├── skeletonic-hebrew-fonts.css.map
│   │   └── skeletonic-hebrew-fonts.min.css
│   └── palettes
│       ├── material
│       │   ├── skeletonic-material-report.txt
│       │   ├── skeletonic-material.css
│       │   ├── skeletonic-material.css.map
│       │   └── skeletonic-material.min.css
│       ├── tachyons
│       │   ├── skeletonic-tachyons-report.txt
│       │   ├── skeletonic-tachyons.css
│       │   ├── skeletonic-tachyons.css.map
│       │   └── skeletonic-tachyons.min.css
│       └── websafe
│           ├── skeletonic-websafe-report.txt
│           ├── skeletonic-websafe.css
│           ├── skeletonic-websafe.css.map
│           └── skeletonic-websafe.min.css
├── filesize-report.txt
├── images
│   ├── button-primary.svg
│   ├── button-secondary.svg
│   ├── skeletonic-logo.svg
│   ├── skeletonic-stylus-readme.svg
│   └── skeletonic-stylus.svg
├── package.json
└── stylus
    ├── README.md
    ├── animations
    │   ├── Distracting
    │   │   ├── bounce.styl
    │   │   ├── chameleonbackground.styl
    │   │   ├── chameleontext.styl
    │   │   ├── flash.styl
    │   │   ├── heartbeat.styl
    │   │   ├── jelly.styl
    │   │   ├── pulse.styl
    │   │   ├── rubber.styl
    │   │   ├── shake.styl
    │   │   ├── swing.styl
    │   │   ├── tada.styl
    │   │   └── wobble.styl
    │   ├── Fading
    │   │   ├── fadeIn.styl
    │   │   ├── fadeInDown.styl
    │   │   ├── fadeInLeft.styl
    │   │   ├── fadeInRight.styl
    │   │   ├── fadeInUp.styl
    │   │   ├── fadeOut.styl
    │   │   ├── fadeOutDown.styl
    │   │   ├── fadeOutLeft.styl
    │   │   ├── fadeOutRight.styl
    │   │   └── fadeOutUp.styl
    │   ├── Flipping
    │   │   ├── flip.styl
    │   │   ├── flipInHorizontal.styl
    │   │   ├── flipInVertical.styl
    │   │   ├── flipOutHorizontal.styl
    │   │   └── flipOutVertical.styl
    │   ├── Pop
    │   │   ├── popIn.styl
    │   │   └── popOut.styl
    │   ├── README.md
    │   ├── Rolling
    │   │   ├── rollIn.styl
    │   │   └── rollOut.styl
    │   ├── Rotating
    │   │   ├── spinLeft.styl
    │   │   └── spinRight.styl
    │   ├── Sliding
    │   │   ├── slideInDown.styl
    │   │   ├── slideInLeft.styl
    │   │   ├── slideInRight.styl
    │   │   ├── slideInUp.styl
    │   │   ├── slideOutDown.styl
    │   │   ├── slideOutLeft.styl
    │   │   ├── slideOutRight.styl
    │   │   └── slideOutUp.styl
    │   ├── Vanishing
    │   │   ├── vanishIn.styl
    │   │   └── vanishOut.styl
    │   ├── Zooming
    │   │   ├── zoomIn.styl
    │   │   └── zoomOut.styl
    │   ├── _contents.styl
    │   └── animationsBase.styl
    ├── base
    │   ├── README.md
    │   ├── _contents.styl
    │   ├── helpers.styl
    │   └── reset.styl
    ├── components
    │   ├── README.md
    │   ├── _contents.styl
    │   ├── card.styl
    │   ├── header.styl
    │   └── navbar.styl
    ├── configurations
    │   ├── README.md
    │   ├── _contents.styl
    │   ├── colors.styl
    │   └── variables.styl
    ├── debugging
    │   ├── base64
    │   └── images
    ├── elements
    │   ├── README.md
    │   ├── _contents.styl
    │   ├── button.styl
    │   ├── clipboard.styl
    │   ├── code.styl
    │   ├── divider.styl
    │   ├── fieldset.styl
    │   ├── form.styl
    │   ├── image.styl
    │   ├── label.styl
    │   ├── link-effects.styl
    │   ├── link.styl
    │   ├── list.styl
    │   ├── margin.styl
    │   ├── padding.styl
    │   └── table.styl
    ├── fonts
    │   ├── README.md
    │   ├── _contents.styl
    │   └── open-sans.styl
    ├── hebrew-fonts
    │   ├── README.md
    │   ├── _contents.styl
    │   └── open-sans-hebrew.styl
    ├── layout
    │   ├── README.md
    │   ├── _contents.styl
    │   ├── container.styl
    │   ├── grid.styl
    │   └── media-queries.styl
    ├── palettes
    │   ├── README.md
    │   ├── _contents.styl
    │   ├── material.styl
    │   ├── tachyons.styl
    │   └── websafe.styl
    ├── skeletonic.styl
    └── utilities
        ├── README.md
        ├── _contents.styl
        └── mixins.styl

33 directories, 134 files

Support for bidirectional languages

The Skeletonic Stylus Library can display Hebrew text and provides an extension font covering the Hebrew alphabet: Open Sans Hebrew.

Simply link the CSS in your HTML document:

<link rel="stylesheet" type="text/css" href="skeletonic-hebrew-fonts.min.css" />

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, the Skeletonic Stylus Library is maintained under the Semantic Versioning guidelines.

Built with

  • CleanCSS - CleanCSS is a fast and efficient CSS optimizer for Node.js platform and any modern browser.
  • CSSO - CSSO (CSS Optimizer) is a CSS minifier with structural optimizations.
  • Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • NPM - npm is the package manager for Node.js.
  • Open Sans - Open Sans is a humanist sans serif typeface designed by Steve Matteson.
  • PostCSS - PostCSS is a tool for transforming styles with JS plugins.
  • Stylus Supremacy - Stylus Supremacy is a JavaScript library for formatting Stylus files.
  • Stylus - Expressive, robust, feature-rich CSS language built for nodejs

Contributing

Please read carefully through our Contributing Guidelines for further details on the process for submitting pull requests to us.

Code of Conduct

We are committed to preserving and fostering a diverse, welcoming community. Please read our Code of Conduct.

Our Values

  • We believe perfection must consider everything.
  • We take our passion beyond code into our daily practices.
  • We are just obsessed about creating and delivering exceptional solutions.

Releases

License

This project is licensed under the MIT License - see the LICENSE file for details

FOSSA Status

Acknowledgements

The Skeletonic Stylus Library is beautifully crafted by these people and a bunch of awesome contributors

| Contributors | |---------| |Sebastien Rousseau| |Sebastien Rousseau|

Made with ❤ in London. Powered by Stylus.