ludofischer / postcss-strange-cases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some PostCSS edge cases.

infiniteLoop.js demonstrate how plugins can create infinite loop by undoing each other's work.

tests/metaPlugin.js demonstrates that when a plugin calls creates a new postcss() instance gets called first, other plugins do not get called.

About


Languages

Language:JavaScript 99.8%Language:CSS 0.2%