Git Product home page Git Product logo

sebastienrousseau / skeletonic Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 2.0 7.32 MB

๐Ÿ’€ Skeletonic CSS - A lightweight, intuitive, accessible and ultra-responsive CSS Framework to streamline your Digital and Mobile Web development needs.

Home Page: https://skeletonic.io

License: MIT License

JavaScript 0.35% CSS 4.52% HTML 91.48% Stylus 3.66%
css skeletonic css-framework lightweight responsive responsive-grid responsive-css mobile-web accessibility accessible

skeletonic's Introduction

alt text

Introducing Skeletonic CSS

Skeletonic CSS - A lightweight, intuitive, accessible and ultra-responsive cascading style sheets framework to streamline your Digital and Mobile Web development needs.

Download Skeletonic CSS v1.2.1

NPM

npm version Build Status Packagist FOSSA Status

Table of contents

Getting Started

Skeletonic is constantly in development. Try it out now!

Local Setup

Several quick start options are available:

  • Download the latest release
  • Install with Npm to get the pre-built CSS and sourcemaps. This is recommended when using Skeletonic for a typical web project: npm install skeletonic
  • Install with Yarn to get the pre-built CSS and sourcemaps. This is recommended when using Skeletonic for a typical web project: yarn add skeletonic
  • Clone the main repository to get all source files including build scripts: git clone https://github.com/sebastienrousseau/skeletonic.git

What's included

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

You'll see something like this:

skeletonic-1.2.1
โ”œโ”€โ”€ skeletonic-animations.css
โ”œโ”€โ”€ skeletonic-animations.css.map
โ”œโ”€โ”€ skeletonic-animations.min.css
โ”œโ”€โ”€ skeletonic-colours.css
โ”œโ”€โ”€ skeletonic-colours.css.map
โ”œโ”€โ”€ skeletonic-colours.min.css
โ”œโ”€โ”€ skeletonic-fonts.css
โ”œโ”€โ”€ skeletonic-fonts.css.map
โ”œโ”€โ”€ skeletonic-fonts.min.css
โ”œโ”€โ”€ skeletonic-pattern.css
โ”œโ”€โ”€ skeletonic-pattern.css.map
โ”œโ”€โ”€ skeletonic-pattern.min.css
โ”œโ”€โ”€ skeletonic.css
โ”œโ”€โ”€ skeletonic.css.map
โ””โ”€โ”€ skeletonic.min.css

Now simply link one of these CSS in your HTML document. In that case, the quickest and easiest way to start using skeletonic is to include a reference to the minified CSS file.

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

The link consists of just a simple line of HTML code that you will need to put in the <head> section of your HTML document.

We also provide production-ready versions and use unpkg as our preferred CDN to link to the latest production version. unpkg is a fast, global content delivery network for everything on npm.

Please feel free to grab the latest:

<link rel="stylesheet" type="text/css" href="https://unpkg.com/skeletonic/dist/skeletonic.min.css" />

You can also specify a specific version as per below. The latest version as of today is 1.2.1.

<link rel="stylesheet" type="text/css" href="https://unpkg.com/[email protected]/dist/skeletonic.min.css" />

Extend

We provide a growing library of extensible CSS module files, utilities, themes and components ready to use as is to fit your web needs.

CSS Responsive Grid-View

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

CSS Colours

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

CSS Animations

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

Alternate CDN locations

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

CDN URL HTTPS Combo
unpkg https://unpkg.com/[email protected]/dist/skeletonic.min.css Yes No
jsDelivr https://cdn.jsdelivr.net/npm/skeletonic/dist/skeletonic.min.css Yes Yes

Versioning

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

Built With

  • Gulp - The streaming build system
  • Stylus - Expressive, robust, feature-rich CSS language built for nodejs
  • CSScomb - CSS coding style formatter

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.

History

License

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

FOSSA Status

Acknowledgements

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

Sebastien Rousseau
Sebastien Rousseau

Credit also goes to the following source code libraries:

  • Normalize.css - A modern, HTML5-ready alternative to CSS resets to fix cross-browser compatibility issues.
  • Skeleton - A Dead Simple, Responsive Boilerplate
  • Wing - A beautiful CSS framework designed for minimalists.

skeletonic's People

Contributors

fossabot avatar sebastienrousseau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fossabot aby0203

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.