Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz authored Aug 4, 2024
1 parent 320ed52 commit 904953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Client/css-namespacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Here are alternate ways to namespace the CSS files:
If you'd like to manually namespace the CSS files (for instance, in a GitHub Actions workflow), first `cd` into your plugin or theme directory. Then use the following command (update it to match your namespace and path to TrustedLogin client directory):

```bash
php vendor-namesaced/trustedlogin/client/bin/build-sass --namespace=️ProBlockBuilder
php vendor-namespaced/trustedlogin/client/bin/build-sass --namespace=️ProBlockBuilder
```

This will generate the namespaced CSS files in the `vendor-namespaced/trustedlogin/client/src/assets/` directory. You can then copy the files to your plugin or theme directory.
Expand Down

0 comments on commit 904953c

Please sign in to comment.