vanilla-extract-css/vanilla-extract

Support @page (print media styles in general)

Aberta

#1.279 aberto em 22 de jan. de 2024

 (4 comentários) (4 reações) (1 responsável)TypeScript (231 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (8.658 estrelas)
Métricas de merge de PR
 (Mesclagem média 9d 22h) (13 fundiu PRs em 30d)

Description

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


.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

Guia do colaborador