UNPKG

postcss-syntax

Version:

Automatically switch PostCSS syntax by file extensions

12 lines (9 loc) 151 B
"use strict"; function normalOpts (opts, syntax) { if (!opts) { opts = {}; } opts.syntax = syntax; return opts; } module.exports = normalOpts;