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(issue:3766) add support for container queries #3811

Merged
merged 4 commits into from
Aug 5, 2023

Commits on Jul 21, 2023

  1. fix(issue:3766) add support for container queries

    * Add support for CSS Container Queries
    * Add tests for CSS Container Queries
    puckowski committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    856ca74 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. feat(media-queries-level-4) update media query

    * Add support for Media Queries Level 4.
    * Add tests for Media Queries Level 4.
    puckowski committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ab78905 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. fix(mq-4 regex) fix regex for media queries

    * Fix regex used for Media Queries Level 4 syntax parsing.
    puckowski committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b973299 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. fix(media-query-syntax) fix parsing of invalid CSS

    * Fix parsing of invalid CSS for media queries to be consistent with
      Less.js version 4.1.3 handling.
    puckowski committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    e3a0852 View commit details
    Browse the repository at this point in the history