logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Transform CSS Styles - Control with PostCSS | Online Free DevTools by Hexmos

Transform CSS styles with PostCSS. Automate CSS processing and enhance your workflow using JavaScript plugins. Free online tool, no registration required.

postcss

Transform styles with JS plugins. More information: https://postcss.org.

  • Parse and transform a CSS file:

postcss {{path/to/file}}

  • Parse and transform a CSS file and output to a specific file:

postcss {{path/to/file}} --output {{path/to/file}}

  • Parse and transform a CSS file and output to a specific directory:

postcss {{path/to/file}} --dir {{path/to/directory}}

  • Parse and transform a CSS file in-place:

postcss {{path/to/file}} --replace

  • Specify a custom PostCSS parser:

postcss {{path/to/file}} --parser {{parser}}

  • Specify a custom PostCSS syntax:

postcss {{path/to/file}} --syntax {{syntax}}

  • Watch for changes to a CSS file:

postcss {{path/to/file}} --watch

  • Display help:

postcss --help

See Also