Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-font-family-system-ui

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-font-family-system-ui - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 4.1.0 (2018-08-25)
##### New Features
* **main:** polyfill system-ui in custom properties (783e6883)
#### 4.0.1 (2018-08-25)

@@ -2,0 +8,0 @@

8

index.bundle.js

@@ -155,5 +155,9 @@ 'use strict';

// font and font family property match
const fontPropertyMatch = /^font(-family)?$/i;
/* match the following properties:
* - font
* - font-family
* - custom properties (see https://www.w3.org/TR/css-variables-1/#custom-property)
*/
const fontPropertyMatch = /(?:^(?:-|\\002d){2})|(?:^font(?:-family)?$)/i;
module.exports = index;

@@ -41,3 +41,7 @@ // tooling

// font and font family property match
const fontPropertyMatch = /^font(-family)?$/i;
/* match the following properties:
* - font
* - font-family
* - custom properties (see https://www.w3.org/TR/css-variables-1/#custom-property)
*/
const fontPropertyMatch = /(?:^(?:-|\\002d){2})|(?:^font(?:-family)?$)/i;
{
"name": "postcss-font-family-system-ui",
"version": "4.0.1",
"version": "4.1.0",
"description": "Use the system-ui font family in CSS",

@@ -5,0 +5,0 @@ "author": "Junliang Huang <i@jhuang.me>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc