Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

potscss-cli gets stuck with id selector #3

Open
robkorv opened this issue Aug 3, 2015 · 1 comment
Open

potscss-cli gets stuck with id selector #3

robkorv opened this issue Aug 3, 2015 · 1 comment
Labels

Comments

@robkorv
Copy link
Owner

robkorv commented Aug 3, 2015

replicate instruction:

# get's stuck
postcss --use postcss-selector-prefix --postcss-selector-prefix #prefix file.css

# doesn't get stuck
postcss --use postcss-selector-prefix --postcss-selector-prefix "#prefix" file.css

# doesn't get stuck
postcss --use postcss-selector-prefix --postcss-selector-prefix .prefix file.css

I expected an error or something, now I need to ctrl + c to abort the cli.

@robkorv robkorv added the bug label Aug 3, 2015
@robkorv
Copy link
Owner Author

robkorv commented Dec 6, 2024

Aha! This is because in the terminal everything after # is seen as a comment 🙈 .
This is an input error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant