Skip to content

Commit

Permalink
Make text match code in css-and-styling.mdx (#679)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah <[email protected]>
  • Loading branch information
Voklen and LadyBluenotes authored Apr 13, 2024
1 parent 4fb5329 commit d1084a0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ src/
│ ├── Card.css
```

To use the CSS in the component, you can define the CSS in the `Button.css` file and import it in the `Button.tsx` file:
To use the CSS in the component, you can define the CSS in the `Card.css` file and import it in the `Card.tsx` file:

```css title="Card.css"
.card {
Expand Down Expand Up @@ -95,4 +95,5 @@ const Card = (props) => {

## Other ways to style components

Because SolidStart is built on top of Solid, styling is not limited to CSS. To see other ways to style components, see the [styling section in the Solid documentation](/guides/styling-your-components).
SolidStart is built on top of Solid, meaning styling is not limited to CSS.
To see other ways to style components, see the [styling section in the Solid documentation](/guides/styling-your-components).

0 comments on commit d1084a0

Please sign in to comment.