@networkpro/web
Version:
Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies
16 lines (12 loc) • 452 B
JavaScript
/* ==========================================================================
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.
========================================================================== */
import autoprefixer from 'autoprefixer';
export default {
plugins: [
autoprefixer(), // Useful for compatibility
],
};