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

CodePen: 'pobem' is not a valid postcss plugin #5

Open
ilyar opened this issue Mar 25, 2018 · 0 comments
Open

CodePen: 'pobem' is not a valid postcss plugin #5

ilyar opened this issue Mar 25, 2018 · 0 comments

Comments

@ilyar
Copy link

ilyar commented Mar 25, 2018

I think that the reason is that the plug-in does not correspond to the manual and is absent in the plug-in repository.

Setup

CSS Preprocessor: PostCSS http://codepen.io/ilyar/pen/dvJVaa

Actual result

http://codepen.io/ilyar/pen/dvJVaa.css

@use pobem;

:block(block)
{
   color: #0f0;
}
// 'pobem' is not a valid postcss plugin.

Expected Result

.block
{
   color: #0f0;
}

rebem/css#5

@ilyar ilyar changed the title CodePen: 'rebem-css' is not a valid postcss plugin CodePen: 'pobem' is not a valid postcss plugin Mar 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant