Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
feat(font-family-system-ui): add feature to the source
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 3, 2017
1 parent 711bcab commit af96203
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/features.js
Expand Up @@ -51,6 +51,9 @@ export default {
// https://npmjs.com/package/postcss-color-function
colorFunction: (options) => require("postcss-color-function")(options),

// https://npmjs.com/package/postcss-font-family-system-ui
fontFamilySystemUi: (options) => require("postcss-font-family-system-ui")(options),

// https://npmjs.com/package/postcss-font-variant
fontVariant: (options) => require("postcss-font-variant")(options),

Expand Down

0 comments on commit af96203

Please sign in to comment.