1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Add missing .steps-vertical classes in docs (#2348)

This commit is contained in:
BG-Software
2025-05-08 22:10:44 +02:00
committed by GitHub
parent 5b3e201d06
commit 9b15b942cb
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/docs": patch
---
Add missing `.steps-vertical` classes in docs

View File

@@ -37,7 +37,7 @@ Follow these steps to set up Tabler for development:
To set up Tabler for development, follow these steps: To set up Tabler for development, follow these steps:
<div class="steps"> <div class="steps steps-vertical">
### Ensure Node.js and npm are installed ### Ensure Node.js and npm are installed

View File

@@ -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 Tablers styles and scripts. Lets dive in! This guide will take you through the essential steps to set up Tabler in your project, from creating a basic HTML file to incorporating Tablers styles and scripts. Lets dive in!
<div class="steps"> <div class="steps steps-vertical">
### Create a Basic HTML File ### Create a Basic HTML File