Giter Site home page Giter Site logo

active.css's Introduction

active-share-styles

Status

Travis Build Status npm version MIT License

Contents

Build

npm run compile

Install

npm i -S active-share-styles

Manually

Download the latest release and copy the LESS files over to your own project. Once your files are in place, jump to the usage guidelines for including styles into your own CSS.

Usage

Once included, simply @import either the master LESS file, or the individual files as you need them.

// Example: All of Styles
@import "active-share-styles/less/active";

// Example: Individual files
@import "active-share-styles/less/base/variables";
@import "active-share-styles/less/base/font";
@import "active-share-styles/less/base/utility";

Documentations

The documentation is built with Jekyll and published to http://starandtina.github.io/active-share-styles via the gh-pages branch.

Dependencies

You'll need the following installed:

  • Latest Jekyll: gem install jekyll
  • Latest Rouge: gem install rouge
  • Latest LESS: gem install less
  • Latest Grunt CLI: npm install -g grunt-cli
  • Node.js and npm

Chances are you have all this already if you work on github/github or similar projects. If you have all those set up, now you can install the dependencies:

npm i

Running locally

From the Terminal, start a local Jekyll server:

jekyll s

Open a second Terminal tab to automatically recompile the LESS files, run autoprefixer, and update our CSS stats file:

grunt watch

Alternatively, you can manually run grunt and jekyll serve when needed.

Publishing

Use the included Grunt task to generate and publish docs to the gh-pages branch.

grunt publish

This takes the _site directory, generates it's own Git repository there, and publishes the contents to the gh-pages branch here on GitHub. Changes are reflected in the hosted docs within a minute or so.

CSS stats

When compiling or watching the LESS files, Grunt will automatically generate a .css-stats.md file. This is tracked in the Git repository to provide us historical and contextual information on the changes we introduce. For example, we'll know when the number of selectors or declarations rises sharply within a single change.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, it is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.

License

MIT license.

Example

See starandtina/active-share-styles-example

active.css's People

Contributors

starandtina avatar

Watchers

James Cloos avatar

active.css's Issues

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.