🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-minify-font-values

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-minify-font-values - npm Package Compare versions

Comparing version

to
1.0.5

2

lib/minify-family.js

@@ -29,3 +29,3 @@ var stringify = require('postcss-value-parser').stringify;

if (node.type === 'string') {
if (node.type === 'string' || node.type === 'function') {
family.push(node);

@@ -32,0 +32,0 @@ } else if (node.type === 'word') {

{
"name": "postcss-minify-font-values",
"version": "1.0.4",
"version": "1.0.5",
"description": "Minify font declarations with PostCSS",

@@ -5,0 +5,0 @@ "main": "index.js",