From dfe4b878a3eeb2d8929758534f1d29857a5577c1 Mon Sep 17 00:00:00 2001 From: Matt Mirus Date: Mon, 26 Nov 2018 20:13:04 -0500 Subject: [PATCH] Add Tailwind custom at-rules --- .stylelintrc.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.stylelintrc.js b/.stylelintrc.js index 78a3142..68276ae 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -22,6 +22,11 @@ module.exports = { 'content', 'return', 'function', + 'tailwind', + 'apply', + 'responsive', + 'variants', + 'screen', ], }, ],