From 115b5397cf814345722c9d1bdf9e91c0b3752bb7 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Thu, 24 Aug 2017 19:21:53 -0400 Subject: [PATCH] Add PostCSS dependencies --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index c1e70a721..979d4b962 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ "scripts": {}, "dependencies": { "normalize.css": "^6.0.0", + "postcss": "^6.0.9", + "postcss-cssnext": "^3.0.2", "suitcss-base": "^3.0.0" } }