mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Add missing .steps-vertical classes in docs (#2348)
This commit is contained in:
5
.changeset/twelve-rings-sleep.md
Normal file
5
.changeset/twelve-rings-sleep.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/docs": patch
|
||||
---
|
||||
|
||||
Add missing `.steps-vertical` classes in docs
|
||||
@@ -37,7 +37,7 @@ Follow these steps to set up Tabler for development:
|
||||
|
||||
To set up Tabler for development, follow these steps:
|
||||
|
||||
<div class="steps">
|
||||
<div class="steps steps-vertical">
|
||||
|
||||
### Ensure Node.js and npm are installed
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ description: "Set up Tabler: HTML, CSS, JS, and build stunning UIs."
|
||||
|
||||
This guide will take you through the essential steps to set up Tabler in your project, from creating a basic HTML file to incorporating Tabler’s styles and scripts. Let’s dive in!
|
||||
|
||||
<div class="steps">
|
||||
<div class="steps steps-vertical">
|
||||
|
||||
### Create a Basic HTML File
|
||||
|
||||
|
||||
Reference in New Issue
Block a user