From 79f9c9cca6684006bc74d110bc654d2b91679d57 Mon Sep 17 00:00:00 2001 From: Steve Carlson Date: Mon, 17 Sep 2018 15:12:49 -0700 Subject: [PATCH] Allowing paramToValue for vertical-align (#327) --- package.json | 2 +- src/rules.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 58c05874..fe81dde3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atomizer", - "version": "3.4.7", + "version": "3.4.8", "description": "A tool for creating Atomic CSS, a collection of single purpose styling units for maximum reuse", "main": "./src/atomizer.js", "contributors": [ diff --git a/src/rules.js b/src/rules.js index 00966059..2e887772 100644 --- a/src/rules.js +++ b/src/rules.js @@ -2747,7 +2747,7 @@ module.exports = [ "type": "pattern", "name": "Vertical align", "matcher": "Va", - "allowParamToValue": false, + "allowParamToValue": true, "styles": { "vertical-align": "$0" },