-
Notifications
You must be signed in to change notification settings - Fork 328
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 gutenberg support #2017
add gutenberg support #2017
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2017 +/- ##
============================================
- Coverage 5.1% 5.01% -0.09%
- Complexity 1794 1839 +45
============================================
Files 143 144 +1
Lines 6269 6380 +111
============================================
Hits 320 320
- Misses 5949 6060 +111
Continue to review full report at Codecov.
|
OverviewThis adds a Gutenberg module to Kirki. #2009 mentions the style conflicts of just having the enqueue added to the Decisions
TestingI was using twentynineteen as a test case with the following code added to
Test opt-in support by removing the The PR should account for This particular theme does have typography styles assigned that are more specific than just Note: I have done a similar implementations on some themes which worked fine for my own use cases, but I also know people extend Kirki and use it in different ways, so I could be missing somethings. Props also to @rramo012 (github/wporg) for the idea of implementing the webfonts loader in BoldGrid/boldgrid-theme-framework@1d8c0a1 |
fixes #2009