All Projects β†’ dizballanze β†’ django-compressor-autoprefixer

dizballanze / django-compressor-autoprefixer

Licence: MIT license
Django Compressor CSS filter for autoprefixer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to django-compressor-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 (+260.87%)
Mutual labels:  autoprefixer
Less Plugin Autoprefix
Adds the ability for less to be post-processed by autoprefixer
Stars: ✭ 171 (+643.48%)
Mutual labels:  autoprefixer
nextsss
Next.js static site starter including full setup for TypeScript, Tailwind CSS, Google Analytics, Next SEO, etc.
Stars: ✭ 80 (+247.83%)
Mutual labels:  autoprefixer
Middleman Autoprefixer
Autoprefixer integration with Middleman
Stars: ✭ 114 (+395.65%)
Mutual labels:  autoprefixer
Dev Toolkit
Universal Development Toolkit for Javascript People
Stars: ✭ 134 (+482.61%)
Mutual labels:  autoprefixer
Next Starter Tailwind
Next.js starter styled with Tailwind CSS
Stars: ✭ 225 (+878.26%)
Mutual labels:  autoprefixer
Bathe
The simplest WordPress starter theme including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, Eslint, imagemin, Browsersync, etc.
Stars: ✭ 65 (+182.61%)
Mutual labels:  autoprefixer
gulp-starter-kit
My Gulp Starter Kit
Stars: ✭ 91 (+295.65%)
Mutual labels:  autoprefixer
Deventy
A minimal 11ty starting point for building static websites with modern tools.
Stars: ✭ 157 (+582.61%)
Mutual labels:  autoprefixer
html-sass-jumpstart
Minimal Sass/HTML Template Site - dart sass powered, includes stylelint and prettier, and autoprefix upon build. develop script includes hot-reload via browsersync.
Stars: ✭ 82 (+256.52%)
Mutual labels:  autoprefixer
Frasco
Quick starter for Jekyll including full setup for Sass, PostCSS, Autoprefixer, stylelint, Webpack, ESLint, imagemin, Browsersync, etc.
Stars: ✭ 123 (+434.78%)
Mutual labels:  autoprefixer
Gulp Starter Kit
A simple Gulp 4 Starter Kit for modern web development.
Stars: ✭ 134 (+482.61%)
Mutual labels:  autoprefixer
frontie
Frontie is a front-end boilerplate. Gulp | Twig.js | Sass | Autoprefixer | Browsersync | Bootstrap 4 Grid System & Responsive Breakpoints
Stars: ✭ 28 (+21.74%)
Mutual labels:  autoprefixer
Fabium
+100 for productivity
Stars: ✭ 108 (+369.57%)
Mutual labels:  autoprefixer
php-autoprefixer
CSS autoprefixer written in pure PHP
Stars: ✭ 33 (+43.48%)
Mutual labels:  autoprefixer
Shouldiprefix
A quick overview of what CSS features to prefix
Stars: ✭ 79 (+243.48%)
Mutual labels:  autoprefixer
Vanilla Back To Top
Simple and smooth Back To Top button
Stars: ✭ 179 (+678.26%)
Mutual labels:  autoprefixer
Angular-Gulp-Boilerplate
Clean but full-featured AngularJS boilerplate using Gulp workflow and best practices
Stars: ✭ 30 (+30.43%)
Mutual labels:  autoprefixer
stylus-playground
Stylus environment for practice and testing.
Stars: ✭ 16 (-30.43%)
Mutual labels:  autoprefixer
bootstrap-4-boilerplate
Basic Bootstrap 4 Starter Template
Stars: ✭ 50 (+117.39%)
Mutual labels:  autoprefixer

Django-Compressor-Autoprefixer

Django-Compressor-Autoprefixer is using code42day/postcss-cli with postcss/autoprefixer plugin.

INSTALLATION

Python package:

pip install django-compressor-autoprefixer

Node modules:

npm install -g postcss-cli autoprefixer

USAGE

Add to settings.py:

COMPRESS_CSS_FILTERS = (
    # ...
    'django_compressor_autoprefixer.AutoprefixerFilter',)

SETTINGS

  • COMPRESS_AUTOPREFIXER_BINARY - path autoprefixer binary (if it not in PATH environment variable). Default: postcss.
  • COMPRESS_AUTOPREFIXER_ARGS - arguments for cli tool (see postcss --help). Default: --use autoprefixer

LICENCE

MIT License

Copyright (C) 2015 by Yuri Shikanov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the β€œSoftware”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED β€œAS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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