Giter Club home page Giter Club logo

postcss-flexibility's Introduction

PostCSS Flexibility

[![NPM version][npm-img]][npm-url] Build Status Dependency Status [devDependency Status][daviddm-dev-url] [![Code coverage status][coveralls-img]][coveralls-url] [![XO code style][xo-img]][xo-url]

PostCSS plugin for Flexibility.

.foo {
	display: flex;
}

will be processed to:

.foo {
	-js-display: flex;
	display: flex;
}

Installation

$ npm install --save-dev postcss-flexibility

Usage

postcss([ require('postcss-flexibility') ])

See PostCSS docs for examples for your environment.

--

License

MIT © Valentin Semirulnik

[daviddm-dev-url]: https://david-dm.org/7rulnik/postcss-flexibility#info=devDependencies) [npm-img]: https://badge.fury.io/js/postcss-flexibility.svg [npm-url]: https://www.npmjs.com/package/postcss-flexibility [xo-img]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg [xo-url]: https://github.com/sindresorhus/xo [coveralls-img]: https://coveralls.io/repos/github/7rulnik/postcss-flexibility/badge.svg?branch=master [coveralls-url]: https://coveralls.io/github/7rulnik/postcss-flexibility?branch=master

postcss-flexibility's People

Contributors

7rulnik avatar greenkeeperio-bot avatar

Stargazers

 avatar

Watchers

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