Skip to content

tunnckoCore/postcss-myth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm standard style build status coverage status deps status

PostCSS port of Myth. Support for Myth in PostCSS ecosystem.

Install

npm i postcss-myth --save
npm test

Usage

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)

Related

  • 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

Author

Charlike Mike Reagent

License MIT license

Copyright (c) 2015 Charlike Mike Reagent, contributors.
Released under the MIT license.


Proudly generated by docks(1), May 6, 2015

About

PostCSS port of Myth. Support for Myth in PostCSS ecosystem.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published