All Projects → less → Less Plugin Autoprefix

less / Less Plugin Autoprefix

Licence: apache-2.0
Adds the ability for less to be post-processed by autoprefixer

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Less Plugin Autoprefix

genesis-sample-task-runner
Gulp workflow for Auto prefixing, Sass compiling, CSS minification, automatic browser reloading and more
Stars: ✭ 23 (-86.55%)
Mutual labels:  autoprefixer
Webpack Es6 Sass Setup
A basic setup for Webpack with ES6, Babel, Sass and stylelint
Stars: ✭ 63 (-63.16%)
Mutual labels:  autoprefixer
Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (-28.07%)
Mutual labels:  autoprefixer
Inline Style Prefixer
Autoprefixer for JavaScript style objects
Stars: ✭ 379 (+121.64%)
Mutual labels:  autoprefixer
Stencil Postcss
Autoprefixer plugin for Stencil
Stars: ✭ 19 (-88.89%)
Mutual labels:  autoprefixer
Shouldiprefix
A quick overview of what CSS features to prefix
Stars: ✭ 79 (-53.8%)
Mutual labels:  autoprefixer
middleman starter kit
Middleman front-end starter kit
Stars: ✭ 19 (-88.89%)
Mutual labels:  autoprefixer
Dev Toolkit
Universal Development Toolkit for Javascript People
Stars: ✭ 134 (-21.64%)
Mutual labels:  autoprefixer
Gulp Boilerplate
A boilerplate for building web projects with Gulp.js.
Stars: ✭ 840 (+391.23%)
Mutual labels:  autoprefixer
Middleman Autoprefixer
Autoprefixer integration with Middleman
Stars: ✭ 114 (-33.33%)
Mutual labels:  autoprefixer
Long Haul
A minimal, type-focused Jekyll theme.
Stars: ✭ 524 (+206.43%)
Mutual labels:  autoprefixer
Turretcss
Turret is a styles and browser behaviour normalisation framework for rapid development of responsive and accessible websites.
Stars: ✭ 729 (+326.32%)
Mutual labels:  autoprefixer
Bottle Vue Kickstart
🍕 Very basic Bottle kickstart kit with Vue.js and Webpack. Included Axios, Autoprefixer, Babel, Webpack config, demo app with Bulma and Web font loader.
Stars: ✭ 83 (-51.46%)
Mutual labels:  autoprefixer
Babel Preset Env
PSA: this repo has been moved into babel/babel -->
Stars: ✭ 3,550 (+1976.02%)
Mutual labels:  autoprefixer
Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (-26.32%)
Mutual labels:  autoprefixer
frontend-template
Simple responsive template
Stars: ✭ 27 (-84.21%)
Mutual labels:  autoprefixer
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (-61.99%)
Mutual labels:  autoprefixer
Deventy
A minimal 11ty starting point for building static websites with modern tools.
Stars: ✭ 157 (-8.19%)
Mutual labels:  autoprefixer
Gulp Starter Kit
A simple Gulp 4 Starter Kit for modern web development.
Stars: ✭ 134 (-21.64%)
Mutual labels:  autoprefixer
Fabium
+100 for productivity
Stars: ✭ 108 (-36.84%)
Mutual labels:  autoprefixer

NPM version Dependencies devDependency Status optionalDependency Status

less-plugin-autoprefix

Uses autoprefixer to add prefixes to css after conversion from less.

lessc usage

Install..

npm install -g less-plugin-autoprefix

and then on the command line,

lessc file.less --autoprefix="browsers"

The browsers are a comma seperated list of browsers as specified with autoprefixer.

Programmatic usage

var LessPluginAutoPrefix = require('less-plugin-autoprefix'),
    autoprefixPlugin = new LessPluginAutoPrefix({browsers: ["last 2 versions"]});
less.render(lessString, { plugins: [autoprefixPlugin] })
  .then(

Browser usage

Browser usage is not supported at this time.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].