GithubHelp home page GithubHelp logo

hartl3y94 / skeletonic-stylus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sebastienrousseau/skeletonic-stylus

0.0 0.0 0.0 561 KB

๐Ÿ’€ Skeletonic Stylus Library is a lightweight, intuitive, accessible and ultra-responsive Stylus Library.

Home Page: https://skeletonicstylus.com

License: MIT License

Stylus 100.00%

skeletonic-stylus's Introduction

Welcome

alt text

โญ We appreciate your star rating and valuable feedback.

npm npm license

What is Skeletonic Stylus?

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.

Whether you're looking to integrate a common set of components into an existing website or mobile app, or need more control over the components, we've got you covered.

Getting Started Download Skeletonic Stylus v1.0.2

Table of contents

Getting Started

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.

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
unpkg https://unpkg.com/browse/[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.0.2
dist
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ css
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-animations.css
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-animations.css.map
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-animations.min.css
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-colors.css
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-colors.css.map
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-colors.min.css
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-fonts.css
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-fonts.css.map
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-fonts.min.css
โ”‚ย ย  โ”œโ”€โ”€ skeletonic.css
โ”‚ย ย  โ”œโ”€โ”€ skeletonic.css.map
โ”‚ย ย  โ””โ”€โ”€ skeletonic.min.css
โ”œโ”€โ”€ filesize-report.txt
โ”œโ”€โ”€ images
โ”‚ย ย  โ”œโ”€โ”€ button-primary.svg
โ”‚ย ย  โ”œโ”€โ”€ button-secondary.svg
โ”‚ย ย  โ”œโ”€โ”€ skeletonic-stylus-readme.svg
โ”‚ย ย  โ””โ”€โ”€ skeletonic-stylus.svg
โ”œโ”€โ”€ package.json
โ””โ”€โ”€ stylus
    โ”œโ”€โ”€ README.md
    โ”œโ”€โ”€ animations
    โ”‚ย ย  โ”œโ”€โ”€ README.md
    โ”‚ย ย  โ”œโ”€โ”€ _contents.styl
    โ”‚ย ย  โ”œโ”€โ”€ bounce.styl
    โ”‚ย ย  โ”œโ”€โ”€ chameleon.styl
    โ”‚ย ย  โ”œโ”€โ”€ fade-in.styl
    โ”‚ย ย  โ”œโ”€โ”€ fade-out.styl
    โ”‚ย ย  โ”œโ”€โ”€ flash.styl
    โ”‚ย ย  โ”œโ”€โ”€ pop-in.styl
    โ”‚ย ย  โ”œโ”€โ”€ pulse.styl
    โ”‚ย ย  โ”œโ”€โ”€ rotation.styl
    โ”‚ย ย  โ”œโ”€โ”€ shake.styl
    โ”‚ย ย  โ”œโ”€โ”€ vanish-in.styl
    โ”‚ย ย  โ”œโ”€โ”€ vanish-out.styl
    โ”‚ย ย  โ”œโ”€โ”€ wobble.styl
    โ”‚ย ย  โ””โ”€โ”€ zoom-in.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
    โ”‚ย ย  โ””โ”€โ”€ font-face.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
15 directories, 81 files

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.
  • 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

  1. We believe perfection must consider everything.
  2. We take our passion beyond Code into our daily practices.
  3. 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

Sebastien Rousseau
Sebastien Rousseau

Made with โค in London. Powered by Stylus.

skeletonic-stylus's People

Contributors

sebastienrousseau avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.