Skip to content

Commit d1084a0

Browse files
Make text match code in css-and-styling.mdx (#679)
Co-authored-by: Sarah <gerrardsarah@gmail.com>
1 parent 4fb5329 commit d1084a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/routes/solid-start/building-your-application/css-and-styling.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ src/
1717
│ ├── Card.css
1818
```
1919

20-
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:
20+
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:
2121

2222
```css title="Card.css"
2323
.card {
@@ -95,4 +95,5 @@ const Card = (props) => {
9595

9696
## Other ways to style components
9797

98-
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).
98+
SolidStart is built on top of Solid, meaning styling is not limited to CSS.
99+
To see other ways to style components, see the [styling section in the Solid documentation](/guides/styling-your-components).

0 commit comments

Comments
 (0)