File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ public function enqueue_block_editor_assets() {
187187 wp_register_style (
188188 'material-block-editor-css ' ,
189189 $ this ->plugin ->asset_url ( 'assets/css/block-editor-compiled.css ' ),
190- [],
190+ [ ' material-google-fonts ' ],
191191 $ version
192192 );
193193
Original file line number Diff line number Diff line change 2222@import "./components/material.css" ;
2323@import "./material/drawer.css" ;
2424@import "./material/top-app-bar.css" ;
25- @import "../../../../plugin/assets/css/src/components/ripple.css" ;
2625
27- /**
28- Todo: Add style from plugin for material card, image card, checkbox .
26+ /*
27+ * Imported from plugin.
2928 */
29+ @import "../../../../plugin/assets/css/src/components/ripple.css" ;
30+ @import "../../../../plugin/assets/css/src/components/button.css" ;
31+ @import "../../../../plugin/assets/css/src/components/list.css" ;
32+ @import "../../../../plugin/assets/css/src/components/form-field.css" ;
33+ @import "../../../../plugin/assets/css/src/components/floating-label.css" ;
34+ @import "../../../../plugin/assets/css/src/components/text-field.css" ;
35+ @import "../../../../plugin/assets/css/src/components/checkbox.css" ;
36+ @import "../../../../plugin/assets/css/src/components/card.css" ;
37+ @import "../../../../plugin/assets/css/src/components/image-card.css" ;
38+ @import "../../../../plugin/assets/css/src/components/tab-indicator.css" ;
39+ @import "../../../../plugin/assets/css/src/components/tab.css" ;
You can’t perform that action at this time.
0 commit comments