Currently it is possible to override the style of the Gutenberg components provided by this module, by creating a template in your front theme and loading a different library from it.
But the library added there won't be loaded in the Gutenberd editor, which will make the editing experience inconsistent.
{{ attach_library('your-theme/your-library') }}
Now that Drupal is introducing the SDC → it would be great if the libraries loaded in the Gutenberg editor for a component can be taken from a Single Directory Component, so the styling experience would better for developers and the styles loaded will be consistent in the Gutenberg editor and the front theme.
Fixed
1.0
Code