UNPKG

@fmidev/smartmet-alert-client

Version:

Web application for viewing weather and flood alerts

14 lines (12 loc) 257 B
import PrefixWrap from 'postcss-prefixwrap' import postcssurl from 'postcss-url' export default { plugins: [ PrefixWrap('div#fmi-warnings div', { ignoredSelectors: ['#fmi-warnings'], }), postcssurl({ url: 'inline', }), ], }