diff --git a/README.md b/README.md index 7e2a08e..2d46ff0 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,12 @@ becomes: .globalButtonStyle:hover { box-shadow: 0 0 4px -2px; } -:local(.continueButton) { - compose-with: globalButtonStyle; +.__buttons_continueButton_djd347adcxz9 { color: green; } +:export { + continueButton: __buttons_continueButton_djd347adcxz9 globalButtonStyle; +} ``` **Note:** you can also use `composes` as a shorthand for `compose-with`