Skip to content

Commit

Permalink
Merge branch 'release/1.2' of github.com:bigbite/build-tools into rel…
Browse files Browse the repository at this point in the history
…ease/1.2
  • Loading branch information
ampersarnie committed Dec 16, 2022
2 parents 33a41a3 + b9f24cb commit c4fda0a
Show file tree
Hide file tree
Showing 12 changed files with 271 additions and 382 deletions.
2 changes: 2 additions & 0 deletions example-site/plugins/test-plugin/src/entrypoints/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import DisplayComponent from '@Components/DisplayComponent';
import { registerBlockType } from '@wordpress/blocks';
import { __ } from '@wordpress/i18n';

import '../styles/index.scss';

registerBlockType('bigbite/build-tools-block', {
title: __('Build Tools Block', 'bigbite-build-tools'),
category: 'common',
Expand Down
3 changes: 3 additions & 0 deletions example-site/plugins/test-plugin/src/styles/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body {
background-color: red;
}
Loading

0 comments on commit c4fda0a

Please sign in to comment.