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

Support nested CSS #55

Merged
merged 13 commits into from
Feb 27, 2024
Merged

Support nested CSS #55

merged 13 commits into from
Feb 27, 2024

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    4beb0b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    fbda0a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1025b8 View commit details
    Browse the repository at this point in the history
  3. Fix long lines

    grewn0uille committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b8be8d1 View commit details
    Browse the repository at this point in the history
  4. Fix import order

    grewn0uille committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    58bb63e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    0fa74c9 View commit details
    Browse the repository at this point in the history
  2. Fix stupid equality test

    liZe committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8b296a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Stop pre-parsing declarations after {} blocks

    We don’t want to consume tokens after curly brackets as they may be a
    declaration we want to keep in the tokens iterator.
    liZe committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    b2e9861 View commit details
    Browse the repository at this point in the history
  2. Stop pre-parsing declarations on {} blocks only when nested allowed

    When nesting is not allowed, we should consume tokens until we meet a
    semicolon. When it’s allowed, we have to stop at {} blocks to keep possibly
    valid declarations after them.
    liZe committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    305cac7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    21dd31a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f695870 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Implement new CSS syntax draft

    liZe committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3ae5513 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    62b23f7 View commit details
    Browse the repository at this point in the history