PostCSS port of Myth. Support for Myth in PostCSS ecosystem.
npm i postcss-myth --save
npm test
For more use-cases see the tests
var myth = require('postcss-myth')
// `input` is css input
// `options` options are passed to postcss and all used plugins
myth(input, options)
- cssnano: A modular minifier, built on top of the PostCSS ecosystem.
- cssnext: Use tomorrow's CSS syntax, today
- jstransformer-cssnext: cssnext support for JS Transformers.
- jstransformer: Normalize the API of any jstransformer
- myth: A CSS preprocessor that acts like a polyfill for future versions of the spec.
- postcss-css-variables: PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation
Charlike Mike Reagent
Copyright (c) 2015 Charlike Mike Reagent, contributors.
Released under the MIT
license.
Proudly generated by docks(1), May 6, 2015