/*
Theme Name: WeHub APEX
Theme URI:
Author: WeHub Team
Author URI:
Description: Performance Publisher Theme (Ultra-light) - A professional, ultra-lightweight WordPress theme optimized for performance publishers and traffic arbitrage.
x-release-please-start-version
Version: 1.2.0
x-release-please-end
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wehub-apex

================================================================================
DEVELOPMENT GUIDE
================================================================================

## Prerequisites
- Node.js (v18+)
- npm

## Setup
cd wp-content/themes/wehub-apex
npm install

## CSS Compilation (Tailwind CSS)

The theme uses Tailwind CSS. All styles are in:
- Source: assets/css/tailwind-input.css
- Output: assets/css/main.css (compiled, minified)

### Build CSS (production)
npm run build

### Watch mode (development)
npm run watch

## File Structure
- tailwind-input.css  → Source file (edit this)
- main.css            → Compiled output (don't edit directly)
- tailwind.config.js  → Tailwind configuration

================================================================================
*/
