JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 170428
  • Score
    100M100P100Q14661F
  • License MIT

Use tomorrow's CSS syntax, today

Package Exports

  • postcss-cssnext
  • postcss-cssnext/lib/features

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (postcss-cssnext) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

postcss-cssnext

NPM version Travis Build Status AppVeyor Build Status Join the chat at https://gitter.im/cssnext/cssnext

Use tomorrow's CSS syntax, today.

cssnext is a CSS transpiler that allows you to use the latest CSS syntax today. It transforms CSS specs into more compatible CSS so you don’t need to wait for browser support.


This repository contains the PostCSS plugin.

Why postcss-cssnext ? What is the difference with cssnext ?

Short answer

If you're using PostCSS in your build process, and want to add cssnext, you need only postcss-cssnext (check the "options" section here below). Otherwise, if you like cssnext to work as a full standalone package with its own cli (independently of PostCSS), use cssnext.

More details

cssnext was at first designed to be a complete tool, before PostCSS became popular; thus, includes some options that don't really belong in a PostCSS plugin (e.g., import, url, compress, plugins). These days, most people use PostCSS directly so we decided to make integration of cssnext more simple by providing a simple (real) plugin.

Options

If you were using cssnext with some options here is what you need to know:

But I like cssnext as it was !

We plan to offer a simple migration by making postcss better. Please track this issue https://github.com/cssnext/cssnext/issues/208


Check out cssnext website

For questions and support please visit the gitter room.


The issue tracker is exclusively for bug reports and feature requests.


Changelog

License