Skip to content

Commit

Permalink
We use current block CSS for demo
Browse files Browse the repository at this point in the history
so remove unnecesary global.scss
  • Loading branch information
oandregal committed Apr 7, 2020
1 parent 86e956b commit 530987d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 57 deletions.
8 changes: 0 additions & 8 deletions lib/global-styles.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,6 @@ function gutenberg_experimental_global_styles_enqueue_assets() {
wp_register_style( 'global-styles', false, array(), true, true );
wp_add_inline_style( 'global-styles', $inline_style );
wp_enqueue_style( 'global-styles' );

wp_register_style(
'global-styles-block-library',
gutenberg_url( 'build/block-library/global.css' ),
array(),
filemtime( gutenberg_dir_path() . 'build/block-library/global.css' )
);
wp_enqueue_style( 'global-styles-block-library' );
}

/**
Expand Down
5 changes: 0 additions & 5 deletions packages/block-library/src/global.scss

This file was deleted.

11 changes: 0 additions & 11 deletions packages/block-library/src/heading/global.scss

This file was deleted.

6 changes: 0 additions & 6 deletions packages/block-library/src/list/global.scss

This file was deleted.

5 changes: 0 additions & 5 deletions packages/block-library/src/paragraph/global.scss

This file was deleted.

11 changes: 0 additions & 11 deletions packages/block-library/src/pullquote/global.scss

This file was deleted.

11 changes: 0 additions & 11 deletions packages/block-library/src/quote/global.scss

This file was deleted.

0 comments on commit 530987d

Please sign in to comment.