9.7.0 • Published 3 years ago

frontity-gutenberg-styles v9.7.0

Weekly downloads
19
License
Apache-2.0
Repository
github
Last release
3 years ago

frontity-gutenberg-styles

This package that imports the gutenberg css themes/styles globally.

The version matches Gutenberg's version.

Styles are copied from:

wp-content/plugins/gutenberg/build/block-library/style.css
wp-content/plugins/gutenberg/build/block-library/theme.css

Install

npm install frontity-gutenberg-styles

Frontity Settings

Update frontity.settings.js

export default {
  packages: ["frontity-gutenberg-styles"],
};

References

@link https://bowriverstudio.com/style-gutenberg-blocks-in-frontity @link https://community.frontity.org/t/gutenberg-package/480/24