Describe the feature you'd like to see included in Oxygen.
Right now each Gutenberg block has its own CSS file. If I create 100 blocks for the client to use we will end up with 100 + template CSS. Some of those block with simple styling of just a few lines, should not deserve its own CSS file.
What are the use cases for this feature?
Users that utilize HTTP/2 would surely happily load the syncronized but loading each block with its own CSS file is a bit over the top. Please consider rendering all Gutenberg blocks into 1 gutenberg.css
Describe the feature you'd like to see included in Oxygen. Right now each Gutenberg block has its own CSS file. If I create 100 blocks for the client to use we will end up with 100 + template CSS. Some of those block with simple styling of just a few lines, should not deserve its own CSS file.
What are the use cases for this feature? Users that utilize HTTP/2 would surely happily load the syncronized but loading each block with its own CSS file is a bit over the top. Please consider rendering all Gutenberg blocks into 1 gutenberg.css
Examples of this feature or functionality. N/A