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
1
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 1.0.0 to 1.0.1

14

CHANGELOG.md

@@ -0,1 +1,15 @@

#### 1.0.1 (2017-2-2)
##### Documentation Changes
* **readme:**
* add missing semicolon to sample (7caa4897)
* add Greenkeeper badge (a45179e3)
* add badges (f8d2be69)
##### Tests
* **yaspeller:** ignore CHANGELOG.md (533a37a3)
* **travis:** drop node_js 0.12 in support matrix (b71e98cb)
## 1.0.0 (2017-2-2)

@@ -2,0 +16,0 @@

2

package.json
{
"name": "postcss-font-family-system-ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "PostCSS plugin to transform W3C CSS font-family: system-ui to a practical font-family list",

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

# postcss-font-family-system-ui
[![npm version](https://img.shields.io/npm/v/postcss-font-family-system-ui.svg?style=flat-square)](https://www.npmjs.com/package/postcss-font-family-system-ui)
[![Build Status](https://img.shields.io/travis/JLHwung/postcss-font-family-system-ui.svg?style=flat-square)](https://travis-ci.org/JLHwung/postcss-font-family-system-ui)
[![Coverage Status](https://img.shields.io/coveralls/JLHwung/postcss-font-family-system-ui.svg?style=flat-square)](https://coveralls.io/github/JLHwung/postcss-font-family-system-ui)
[![Greenkeeper badge](https://badges.greenkeeper.io/JLHwung/postcss-font-family-system-ui.svg)](https://greenkeeper.io/)
> [PostCSS](https://github.com/postcss/postcss) plugin to transform W3C CSS generic font-family [system-ui](https://drafts.csswg.org/css-fonts-4/#valdef-font-family-system-ui) to a practical font-family list

@@ -38,3 +44,3 @@

body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
}

@@ -41,0 +47,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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