UNPKG

@networkpro/blog

Version:

The official blog of Network Pro Strategies (Network Pro™).

14 lines (11 loc) 444 B
/* ========================================================================== postcss.config.mjs Copyright © 2025 Network Pro Strategies (Network Pro™) SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later This file is part of Network Pro. ========================================================================== */ export default { plugins: { autoprefixer: {}, // Enables autoprefixer and uses Browserslist configuration }, };