This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
importtype*asPostCSSfrom'postcss'
exporttypePluginOptions={
/** Determines whether multiple, duplicate insertions are allowed */
allowDuplicates?: boolean
/** Defines an override of the project’s browserslist for this plugin. */
browsers?: string
/** Defines whether imports from this plugin will always be inserted at the beginning of a CSS file. */