aesthetic-utils
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -0,1 +1,6 @@ | ||
# 1.6.1 - 10/18/17 | ||
#### 🛠 Internal | ||
* Enabled Yarn workspaces. | ||
* Updated Flowtype definitions. | ||
# 1.6.0 - 9/27/17 | ||
@@ -2,0 +7,0 @@ #### 🚀 New |
{ | ||
"name": "aesthetic-utils", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Utility functions for Aesthetic.", | ||
@@ -20,4 +20,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@milesj/build-tool-config": "^0.30.2" | ||
"@milesj/build-tool-config": "^0.33.0" | ||
} | ||
} |
@@ -12,4 +12,6 @@ /** | ||
export default function injectAtRules(properties: CSSStyle, atName: string, rules: AtRuleMap) { | ||
// Font faces don't have IDs in their declaration, | ||
// so we need to handle this differently. | ||
/* | ||
* Font faces don't have IDs in their declaration, | ||
* so we need to handle this differently. | ||
*/ | ||
if (atName === '@font-face') { | ||
@@ -16,0 +18,0 @@ const fonts = Object.keys(rules).map(key => rules[key]); |
@@ -15,3 +15,3 @@ /** | ||
lookup: AtRuleMap | AtRuleCache, | ||
flatten: boolean = false, | ||
flatten?: boolean = false, | ||
) { | ||
@@ -18,0 +18,0 @@ let value = properties[propName]; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
307
12410
21