Skip to content

Commit

Permalink
Update _blocks.scss (#1425)
Browse files Browse the repository at this point in the history
Add z-index so it is properly compiled. Without it, it simply is adding the z-index function to the stylesheet.
  • Loading branch information
shaunsantacruz authored May 19, 2023
1 parent 8a74237 commit e32fd7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/next/faustwp-getting-started/styles/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

@import '@wordpress/base-styles/mixins';
@import '@wordpress/base-styles/colors.native';
@import '@wordpress/base-styles/z-index';
@import '@wordpress/base-styles/default-custom-properties';
@import '@wordpress/base-styles/colors';
@import '@wordpress/base-styles/variables';
Expand Down

1 comment on commit e32fd7f

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the recent updates to your Atlas environment:

App Environment URL Build
faustjs canary https://hg…wered.com ✅ (logs)

Learn more about building on Atlas in our documentation.

Please sign in to comment.