UNPKG

postcss-safe-area

Version:

PostCSS plugin that adds browser fallbacks for safe-area env variables.

6 lines (3 loc) 119 B
import { PluginCreator } from "postcss"; declare const postcssSafeArea: PluginCreator<{}>; export = postcssSafeArea;