Skip to content

Commit

Permalink
adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 17, 2023
1 parent 34e6fa7 commit e5a387d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function App() {
},
]
}}
hasAnimation={true}
hasAnimation={false}
/>
<GlButton
href="https://stackblitz.com/edit/vercel-next-js-bmc6dm?file=ui%2FTssLogo.tsx"
Expand Down Expand Up @@ -172,7 +172,7 @@ function App() {
"description": `With TSS you can determine the precedence of multiple classes applied to a component and [arbitrarily increase specificity of some rules](https://docs.tss-react.dev/increase-specificity)`
},
{
"title": "No new syntax",
"title": "No special syntax, just CSS",
"IconOverride": createEmojiIcon("🙅‍♂️"),
"description": `TSS does not introduce new syntax. It's just plain CSS, albeit expressed under the form of a JavaScript object.
Pseudo-class selectors like \`:hover\` and media queries are expressed as you would expect, [as properties of the style object](https://docs.tss-react.dev/).`
Expand Down

0 comments on commit e5a387d

Please sign in to comment.