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

[pigment-css][nextjs] Allow usage of url() CSS function #41758

Merged
merged 5 commits into from
Apr 8, 2024

Commits on Apr 8, 2024

  1. [pigment-css][nextjs] Allow usage of url() CSS function

    in styled/css definitions. This change goes a step further
    and allows you to reference files using configured aliases
    that you can't do in plain CSS files in Next.js
    brijeshb42 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    31b3eae View commit details
    Browse the repository at this point in the history
  2. Add tests

    brijeshb42 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ac5364b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ece03eb View commit details
    Browse the repository at this point in the history
  4. Test concurrency

    brijeshb42 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dc6ed93 View commit details
    Browse the repository at this point in the history
  5. Fix for windows

    brijeshb42 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    74d2fff View commit details
    Browse the repository at this point in the history