bartik.css in Gutenberg 8.2
Same filename and directory in other branches
/** * Don't edit this file. Find all style at ./sass folder. **/ /** * Some default styles for default theme: Bartik */ .gutenberg__editor .editor-styles-wrapper { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 15px; line-height: 1.8; } .wp-block-embed-youtube iframe { width: 100%; } /*# sourceMappingURL=bartik.css.map */
File
css/bartik.cssView source
- /**
- * Don't edit this file. Find all style at ./sass folder.
- **/
- /**
- * Some default styles for default theme: Bartik
- */
- .gutenberg__editor .editor-styles-wrapper {
- font-family: Georgia, 'Times New Roman', Times, serif;
- font-size: 15px;
- line-height: 1.8;
- }
-
- .wp-block-embed-youtube iframe {
- width: 100%;
- }
-
- /*# sourceMappingURL=bartik.css.map */