Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

CodePen: 'rebem-css' is not a valid postcss plugin #5

Open
ilyar opened this issue Mar 18, 2017 · 0 comments
Open

CodePen: 'rebem-css' is not a valid postcss plugin #5

ilyar opened this issue Mar 18, 2017 · 0 comments

Comments

@ilyar
Copy link

ilyar commented Mar 18, 2017

Setup

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

Actual result

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

@use rebem-css;

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

Expected Result

.block
{
   color: #0f0;
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant