Skip to content

Commit

Permalink
fix: FAQ page UnoCSS url (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakelbst authored Jul 11, 2023
1 parent 281e164 commit c608c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Since Slidev is based on the Web, you can apply any grid layouts as you want. [CSS Grids](https://css-tricks.com/snippets/css/complete-guide-grid/), [flexboxes](https://css-tricks.com/snippets/css/a-guide-to-flexbox/), or even [Masonry](https://css-tricks.com/native-css-masonry-layout-in-css-grid/), you get the full controls.

Since we have [UnoCSS](https://windicss.org/) built-in, here is one simple way for you to reference:
Since we have [UnoCSS](https://unocss.dev/) built-in, here is one simple way for you to reference:

```html
<div class="grid grid-cols-2 gap-4">
Expand Down

0 comments on commit c608c01

Please sign in to comment.