Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 863 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 863 Bytes

Autoprefixing for Meteor

This is a build plugin for Meteor 1.2+. It uses autoprefixer to automagically add vendor-specific prefixes to your CSS files.

Installation

Install using Meteor's package management system:

> meteor add seba:autoprefix

Usage

Without any additional configuration after installation, this package automatically finds all .css files in your project, compiles them with autoprefixer, and includes the resulting CSS in the application bundle that Meteor sends to the client. The files can be anywhere in your project.