<?php namespace ProcessWire;

$theme_args = [
    'theme_styles' => [
        [
            'name' => 'style',
            'ext' => 'css',
        ],
    ],
];
