Skip to content

Commit

Permalink
Remove typography extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Davies committed Jul 14, 2019
1 parent 6834a04 commit 53fa384
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import './styles/style.scss';

// Extensions
import './extensions/colors/inspector';
import './extensions/typography';
import './extensions/attributes';
import './extensions/advanced-controls';
import './extensions/list-styles';
Expand Down
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function removedUnusedBlocks(usedBlocks) {
}
});
removeDirectory('./coblocks/src/sidebars/block-manager');
removeDirectory('./coblocks/src/extensions/typography');
}

function removeDirectory(directory) {
Expand Down
2 changes: 1 addition & 1 deletion build/1.11.1/dist/blocks.build.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions build/1.11.1/dist/blocks.editor.build.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/1.11.1/dist/blocks.style.build.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/1.11.1/languages/coblocks.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-07-11T01:34:42+00:00\n"
"POT-Creation-Date: 2019-07-14T21:47:03+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Domain: coblocks\n"
Expand Down

0 comments on commit 53fa384

Please sign in to comment.