From 4572c2b41edce5379e6e67fb8e336ff28fb92a38 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Singh <37482171+rahulkumarsingh73690@users.noreply.github.com> Date: Wed, 18 May 2022 19:38:56 +0530 Subject: [PATCH] Added online version of autoprefixer Added online version of Autoprefixer. So users can instantly use it without installing it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 273b9f9..d763dfe 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Hamburgers is a collection of tasty CSS-animated hamburger icons. Also included 3. Customize your hamburger and/or remove any types you don’t want in `hamburgers.scss`. 4. Compile your Sass*, and voila! -\* Be sure to run the CSS through [Autoprefixer](https://github.com/postcss/autoprefixer) since the Sass doesn’t account for vendor prefixes. +\* Be sure to run the CSS through [Autoprefixer](https://github.com/postcss/autoprefixer) since the Sass doesn’t account for vendor prefixes. 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. ### Install for Ruby on Rails