Skip to content

Commit

Permalink
Update docs and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 3, 2022
1 parent df12978 commit 778c04b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/style-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Style Engine powering global styles and block customizations.

## Installation
## Installation (JS only)

Install the module

Expand All @@ -22,9 +22,9 @@ Currently it's not a package that generates a wp.styleEngine global because it's

- Add style definitions for all the currently supported styles in blocks and theme.json.
- the CSS variable shortcuts for values (for presets...)
- Support generating styles in the frontend.
- Support generating styles in the backend (block supports and theme.json stylesheet).
- Refactor all block styles to use the style engine server side.
- Support generating styles in the frontend. (Ongoing)
- Support generating styles in the backend (block supports and theme.json stylesheet). (Ongoing)
- Refactor all block styles to use the style engine server side. (Ongoing)
- Refactor all blocks to consistently use the "style" attribute for all customizations (get rid of the preset specific attributes).

## Usage
Expand Down

0 comments on commit 778c04b

Please sign in to comment.