Comparing version 0.0.5 to 0.0.6
@@ -39,2 +39,6 @@ const r = require('ramda'); | ||
}, | ||
fontWeight: { | ||
'normal': 'normal', | ||
'bold': 'bold', | ||
}, | ||
letterSpacing: { '1': '1px' }, | ||
@@ -87,2 +91,3 @@ lineHeight: { '1.2': 1.2, '1.6': 1.6 }, | ||
fs: 'fontSize', | ||
fw: 'fontWeight', | ||
lh: 'lineHeight', | ||
@@ -152,3 +157,3 @@ ls: 'letterSpacing', | ||
getRule('ph', ['padding-top', 'padding-bottom'], values, withUnit), | ||
getRule('pv', ['padding-top', 'padding-bottom'], values, withUnit), | ||
getRule('pv', ['padding-left', 'padding-right'], values, withUnit), | ||
]; | ||
@@ -203,2 +208,3 @@ } | ||
getRule('fs', 'font-size', config.fontSize, { responsive: true }), | ||
getRule('fw', 'font-weight', config.fontWeight), | ||
getRule('ta', 'text-align', { left: 'left', center: 'center', right: 'right' }, { responsive: true }), | ||
@@ -205,0 +211,0 @@ ]; |
{ | ||
"name": "hibiscss", | ||
"description": "Tool for making functional css stylesheets", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
57548
770