Skip to content

Commit

Permalink
Changes per review
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 24, 2020
1 parent 1468aaa commit 92c9e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function addAttribute( settings ) {
}

/**
* Override props assigned to save component to inject colors classnames and styles.
* Override props assigned to save component to inject the CSS variables definition.
*
* @param {Object} props Additional props applied to save element
* @param {Object} blockType Block type
Expand Down
3 changes: 1 addition & 2 deletions packages/block-library/src/group/block.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"name": "core/group",
"category": "layout",
"attributes": {}
"category": "layout"
}

0 comments on commit 92c9e3b

Please sign in to comment.