postcss-cli icon indicating copy to clipboard operation
postcss-cli copied to clipboard

CLI for postcss

Results 13 postcss-cli issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ava](https://avajs.dev) ([source](https://togithub.com/avajs/ava)) | [`^3.1.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/ava/3.15.0/4.3.3) |...

deps

check if stdin is TTY before checking "end" event, as non-TTY stdin will always invoke end and exit. found from running "postcss -w" in a docker container (#370) and running...

* Markdown → AsciiDoc * Incorrect usage of blockquotes → Admonitions * Incorrect Bash syntax blocks → Console syntax * Block headings instead of floating paragraphs with bold text *...

- Add support for automatically switch the required syntax by file extensions - Add support for handling different syntax files in one command

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

deps

With postcss-cli 8.3.1 works fine: ```bash $ npm install -D [email protected] $ npx postcss --version 8.3.1 ``` With postcss-cli 9.0.0+ don't works: ```bash $ npm install -D [email protected] $ npx...

bug
help wanted

Travis broke, we switched to GH Actions in https://github.com/postcss/postcss-cli/pull/394; but coveralls still isn't working correctly. Should fix this sometime.

Running `postcss -u stylelint -u postcss-reporter --no-map --watch -d ./src ./src/**/*.css` in a directory structure with `src/index.css`: * Changes to `src/index.css` are picked up fine * Adding `src/new.css` and then...

bug
help wanted

This requires special-casing to use `require` (or similar) for file loading, instead of the normal fs. See https://github.com/postcss/postcss-js/issues/23 for details. This will not be implemented before v3.0.0.

enhancement