From b4f8c7fb55b4018ca755dd7b8c3d59cc60744f85 Mon Sep 17 00:00:00 2001 From: Afzal Sayed Date: Sun, 19 Jan 2020 20:29:54 +0530 Subject: [PATCH] fix: prettier --- examples/with-tailwindcss/postcss.config.js | 2 +- examples/with-tailwindcss/styles/index.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/with-tailwindcss/postcss.config.js b/examples/with-tailwindcss/postcss.config.js index 3099be0140e8363..8535897a9d13d12 100644 --- a/examples/with-tailwindcss/postcss.config.js +++ b/examples/with-tailwindcss/postcss.config.js @@ -14,6 +14,6 @@ module.exports = { }, ] : undefined, - 'postcss-preset-env' + 'postcss-preset-env', ], } diff --git a/examples/with-tailwindcss/styles/index.css b/examples/with-tailwindcss/styles/index.css index 82b0a685fbcfffc..5f7d4703ba406c6 100644 --- a/examples/with-tailwindcss/styles/index.css +++ b/examples/with-tailwindcss/styles/index.css @@ -1,8 +1,8 @@ /* purgecss start ignore */ -@import "tailwindcss/base"; -@import "tailwindcss/components"; +@import 'tailwindcss/base'; +@import 'tailwindcss/components'; /* purgecss end ignore */ -@import "tailwindcss/utilities"; +@import 'tailwindcss/utilities'; @import './button.css';