@lightspeed/cirrus-tokens
Advanced tools
Comparing version 2.3.2 to 2.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.4.0"></a> | ||
# [2.4.0](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.3.2...@lightspeed/cirrus-tokens@2.4.0) (2018-02-09) | ||
### Features | ||
* add flag component ([#351](https://github.com/lightspeedretail/cirrus/issues/351)) ([9ce1fdb](https://github.com/lightspeedretail/cirrus/commit/9ce1fdb)), closes [#276](https://github.com/lightspeedretail/cirrus/issues/276) | ||
<a name="2.3.2"></a> | ||
@@ -8,0 +19,0 @@ ## [2.3.2](https://github.com/lightspeedretail/cirrus/compare/@lightspeed/cirrus-tokens@2.3.0...@lightspeed/cirrus-tokens@2.3.2) (2018-01-08) |
{ | ||
"name": "@lightspeed/cirrus-tokens", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"description": "Cirrus's Foundation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,4 +7,7 @@ const pxToRem = (value, { base = 16, decimals = 5 } = {}) => { | ||
const cssUnitFromSize = size => size.replace(/.+?([^\d]+$)/, '$1'); | ||
module.exports = { | ||
pxToRem, | ||
cssUnitFromSize, | ||
}; |
34290
257