Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz authored Aug 4, 2024
1 parent 8339971 commit 320ed52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Client/css-namespacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ If this fails with a message `command not found: php`, then PHP isn't installed
If you'd like to use an SCSS mixin to namespace CSS files, you can use the following code:

```scss
@import "vendor-namesaced/trustedlogin/client/src/assets/src/variables"; // Variables used in the mixins (all !default)
@import "vendor-namesaced/trustedlogin/client/src/assets/src/auth"; // Mixins for authentication screen
@import "vendor-namesaced/trustedlogin/client/src/assets/src/buttons"; // Mixins for buttons
@import "vendor-namesaced/trustedlogin/client/src/assets/src/global";
@import "vendor-namespaced/trustedlogin/client/src/assets/src/variables"; // Variables used in the mixins (all !default)
@import "vendor-namespaced/trustedlogin/client/src/assets/src/auth"; // Mixins for authentication screen
@import "vendor-namespaced/trustedlogin/client/src/assets/src/buttons"; // Mixins for buttons
@import "vendor-namespaced/trustedlogin/client/src/assets/src/global";

$namespace: "ProBlockBuilder";
$path: "example/different/assets/path/"; // Path to assets directory (for loading and lock images)
Expand Down

0 comments on commit 320ed52

Please sign in to comment.