From b5ea17fcb94be2677e80bac36ffbbf504ea42b38 Mon Sep 17 00:00:00 2001
From: Rahul Kumar Singh
<37482171+rahulkumarsingh73690@users.noreply.github.com>
Date: Tue, 17 May 2022 21:34:19 +0530
Subject: [PATCH 1/2] Added online version of autoprefixer.
Added online version of Autoprefixer. So users can instantly use it without installing it.
---
server/documents/introduction/advanced-usage.html.eco | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/documents/introduction/advanced-usage.html.eco b/server/documents/introduction/advanced-usage.html.eco
index 5fd6a71efe..eea11e74cd 100644
--- a/server/documents/introduction/advanced-usage.html.eco
+++ b/server/documents/introduction/advanced-usage.html.eco
@@ -144,7 +144,7 @@ type : 'Introduction'
LESS Only Distribution
A special distribution Semantic-UI-LESS is available for projects that use custom integrations and do not require our build tools.
-
LESS source files are not prefixed, and will need to be run through
autoprefixer before being used
+
LESS source files are not prefixed, and will need to be run through
autoprefixer before being used, autoprefixer has an [online version](https://goonlinetools.com/autoprefixer/) that allows you to enter your non-prefixed CSS and gives you a prefix-added CSS
From 0c6f7e9b5faab333a9ae265ff55509a65b5ea1be Mon Sep 17 00:00:00 2001
From: Rahul Kumar Singh
<37482171+rahulkumarsingh73690@users.noreply.github.com>
Date: Tue, 17 May 2022 21:38:27 +0530
Subject: [PATCH 2/2] Fixed link
---
server/documents/introduction/advanced-usage.html.eco | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/documents/introduction/advanced-usage.html.eco b/server/documents/introduction/advanced-usage.html.eco
index eea11e74cd..ac406d0162 100644
--- a/server/documents/introduction/advanced-usage.html.eco
+++ b/server/documents/introduction/advanced-usage.html.eco
@@ -144,7 +144,7 @@ type : 'Introduction'
LESS Only Distribution
A special distribution Semantic-UI-LESS is available for projects that use custom integrations and do not require our build tools.
-
LESS source files are not prefixed, and will need to be run through
autoprefixer before being used, autoprefixer has an [online version](https://goonlinetools.com/autoprefixer/) that allows you to enter your non-prefixed CSS and gives you a prefix-added CSS
+
LESS source files are not prefixed, and will need to be run through
autoprefixer before being used, autoprefixer has an
online version that allows you to enter your non-prefixed CSS and gives you a prefix-added CSS