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

weired CSS class names and color formatting #35

Closed
exocode opened this issue Oct 2, 2021 · 2 comments
Closed

weired CSS class names and color formatting #35

exocode opened this issue Oct 2, 2021 · 2 comments

Comments

@exocode
Copy link

exocode commented Oct 2, 2021

Hi there, I try to evaluate your plugin and stumbled over some weired compiling:

   <div className="frame- -1">
                <div className="group- -2">
                    <div className="rectangle" />
                    <div className="mobile- -components- -/- -card- -/- -chatter- -post">
                        <div className="mobile- -components- -/- -action- -bar- -/- -feed- -card">
                            <div className="group">
                                <div className="mobile- -compnents- -/- -chatter- -/- -like">
                                    

and my CSS has that too, as well come wrong compiled colors and empty definitions:

  .text {
    text-align: left;
    vertical-align: top;
    font-size: 16px;
    font-family: Roboto;
    line-height: 20px;
    color: #06dcc;
  }
  . {
  
  }
  . {
  
  }
  .utility-icons-/like {
    height: 18px;
    width: 18px;
  }

Maybe it's an usage failure from my side? Can you point me to some direction to solve that?

Thank you !!!

@kazuyaseki
Copy link
Owner

This seems to be a bug, I will work on it and release the fixed version soon.
Thanks for raising the issue!

@kazuyaseki
Copy link
Owner

Hi.

I released a version that solves these issues. Please give it a try!!
10f768a
bad340f
2268833

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

2 participants