From 6b689ea52f5c61991a95eacb08b6fe8608ab2617 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 5 Jun 2019 09:12:54 +0100 Subject: [PATCH] Extract form element styles --- package.json | 1 + postcss.config.js | 1 + src/App.vue | 13 +++++++++++++ src/components/SessionForm.vue | 4 ++-- yarn.lock | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9915d57..460948b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "axios": "^0.18.0", "core-js": "^2.6.5", + "postcss-nested": "^4.1.2", "tailwindcss": "^1.0.1", "vue": "^2.6.10", "vue-router": "^3.0.3" diff --git a/postcss.config.js b/postcss.config.js index 85f717c..bb7e10b 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,7 @@ module.exports = { plugins: { tailwindcss: {}, + 'postcss-nested': {}, autoprefixer: {} } } diff --git a/src/App.vue b/src/App.vue index 9ea6b58..9fb80a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,6 +54,19 @@ export default {