Support @page (print media styles in general)

Author: airtonixCreated Jan 22, 2024Updated Jan 19, 2026
Labelsenhancementgood first issuehelp wanted

looking at how I can write this with vanilla-extract? thoughts?

css

.pagedjs_page {
  background: white;
  box-shadow: 10px 12px 30px 0 rgba(0, 0, 0, 0.1);
  margin: 1rem;

  @page {
    size: A4;

    @bottom-right {
      content: counter(page);
    }
  }
}

Originally posted by @airtonix in https://github.com/vanilla-extract-css/vanilla-extract/discussions/1275

Source: vanilla-extract-css/vanilla-extract