From 61be83d3d2e87bc77eacccee67192b9d3c78e7d2 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Tue, 19 May 2020 22:56:58 +0430 Subject: [PATCH] Add "Create React App with Purgecss + Autoprefixer + CSSNano" (#245) * Add "Create React App with Purgecss + Autoprefixer + CSSNano" * changed "Create React App with PurgeCSS + Autoprefixer + CSSNano" --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f5e2e9a..2ee318b 100644 --- a/readme.md +++ b/readme.md @@ -169,6 +169,7 @@ - 🔧 [Create React App Boilerplate with EmotionJS](https://github.com/muhajirframe/react-tailwind-emotion-starter) - CRA boilerplate using Tailwind CSS and Emotion JS. - 🔧 [Create React App Boilerplate](https://github.com/kriswep/cra-tailwindcss) - CRA boilerplate using Tailwind CSS. - 🔧🛠 [Create React App script with PurgeCSS](https://github.com/DemianD/create-react-app-tailwindcss) - CRA script that adds Tailwind CSS and PurgeCSS. +- 🔧 [Create React App with PurgeCSS + Autoprefixer + CSSNano](https://github.com/saadeghi/create-react-app-tailwindcss) - CRA boilerplate with Tailwind CSS (PurgeCSS included), Autoprefixer and CSSNano. - 🔧 [Dogpatch](https://github.com/jack-pallot/dogpatch) - WordPress starter using Webpack, Vue, Babel and Tailwind CSS. - 🔧 [Next.js Starter](https://github.com/oddstronaut/tailwind-next) - Next.js boilerplate using Tailwind CSS. - 🔧 [Sapper & Svelte Starter](https://github.com/EricPKerr/sapper-tailwindcss-starter) - Svelte boilerplate using Sapper, Tailwind CSS, Purge CSS, Prettier and ESLint.