Input CSS Code
-
Gutenberg can generate up to 2 files to be used as input with CSS code: style.css and theme.css.
Using Gutenberg (no plugin), 2 minimized files, style.min.css and theme.min.css are used and can be found at: wp-includes/css/dist/block-library/, the un-minimized files: style.css and theme.css are also found here.
Using the Gutenberg plugin, the 2 files, style.css and theme.css are used and can be found at: wp-content/plugins/gutenberg/build/block-library/.
This means that there are 3 versions of each of these files. None of them are the same, the code differs between all of them.
Why does this code differ file to file? If you are using the Gutenberg plugin, you may be using different CSS code than the production Gutenberg, and differences may appear on your pages because of this.
Al
The topic ‘Input CSS Code’ is closed to new replies.