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

fix: css classes parsing #1485

Merged
merged 4 commits into from Jun 26, 2022
Merged

fix: css classes parsing #1485

merged 4 commits into from Jun 26, 2022

Commits on Jun 20, 2022

  1. fix: css classes parsing

    + fixes an issue when parsing css classes when
      css contains "." character that are not class
      selectors (example `1.5em` or when using scss
      modules syntax)
    lucas-labs committed Jun 20, 2022
    Copy the full SHA
    e2accd0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    27de2f3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fc25248 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cbd3699 View commit details
    Browse the repository at this point in the history