Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit af96203

Browse files
committed
feat(font-family-system-ui): add feature to the source
1 parent 711bcab commit af96203

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/features.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ export default {
5151
// https://npmjs.com/package/postcss-color-function
5252
colorFunction: (options) => require("postcss-color-function")(options),
5353

54+
// https://npmjs.com/package/postcss-font-family-system-ui
55+
fontFamilySystemUi: (options) => require("postcss-font-family-system-ui")(options),
56+
5457
// https://npmjs.com/package/postcss-font-variant
5558
fontVariant: (options) => require("postcss-font-variant")(options),
5659

0 commit comments

Comments
 (0)