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

Add custom global.css option to Pass Through(PT) #4230

Closed
mertsincan opened this issue Aug 2, 2023 · 0 comments
Closed

Add custom global.css option to Pass Through(PT) #4230

mertsincan opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@mertsincan
Copy link
Member

mertsincan commented Aug 2, 2023

Global Custom CSS;

const pt = {
  global: {
    css: `
      * {
           box-sizing: border-box;
        }
    ` 
  }
}

app.use(PrimeVue, { pt });
@mertsincan mertsincan added the Type: New Feature Issue contains a new feature or new component request label Aug 2, 2023
@mertsincan mertsincan added this to the 3.31.1 milestone Aug 2, 2023
@mertsincan mertsincan self-assigned this Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

1 participant