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

Get all needed styles into the Next.js app #101

Open
MichaelAllenWarner opened this issue Sep 12, 2022 · 1 comment
Open

Get all needed styles into the Next.js app #101

MichaelAllenWarner opened this issue Sep 12, 2022 · 1 comment
Assignees
Labels
Plugin https://github.com/utkwdn/utksds-plugin/

Comments

@MichaelAllenWarner
Copy link
Contributor

Some style-rules for block-markup in the Plugin repo don't have counterparts in the Next.js app (or in the framework). For example, this rule:

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

Not sure what the best approach is yet, but we'll have to account for these styles one way or another.

@nc-mhenderson nc-mhenderson added the Plugin https://github.com/utkwdn/utksds-plugin/ label Sep 12, 2022
@MichaelAllenWarner MichaelAllenWarner changed the title Some style rules generated by WP for block-markup aren't in the Next.js app Get all needed styles into the Next.js app Oct 28, 2022
@MichaelAllenWarner
Copy link
Contributor Author

Renamed this issue to be as broad as possible for now. Once we know more about the specifics, maybe we can break this up into a few more specific issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Plugin https://github.com/utkwdn/utksds-plugin/
Projects
None yet
Development

No branches or pull requests

3 participants