Skip to content

Commit

Permalink
fix: typos (#74)
Browse files Browse the repository at this point in the history
* fix StyleX typo

* add whitespace before { in css selector
  • Loading branch information
maks-n authored Dec 6, 2023
1 parent c3b5cd6 commit 35426fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ html[data-theme='dark'] .aa-DetachedSearchButton {
--key-gradient: linear-gradient(-26.5deg, #565872, #31355b);
}

.footer{
.footer {
text-align: center;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Once you've installed the npm package you can enable the plugin and rules by ope

### stylex/valid-styles

Stylex requires styles that are statically analyzable. This rule will detect invalid styles that stylex cannot handle.
StyleX requires styles that are statically analyzable. This rule will detect invalid styles that stylex cannot handle.

0 comments on commit 35426fd

Please sign in to comment.