pith-front/pith-pack-oxcss

Pack Oxcss for Pith

0.1.0 2024-03-18 01:23 UTC

This package is auto-updated.

Last update: 2024-05-18 01:47:15 UTC


README

Pack OxCSS for Pith

About

This project packs OxCSS so that it can be used with the Pith Framework.

For info about OxCSS, see the Git repo at https://github.com/ian-maurmann/oxcss

For info on Pith, see the Pith website at https://pith-framework.org/

Install

Install to an existing Pith Framework project

Use Composer to install pack to the vendor folder.

php composer.phar require pith-front/pith-pack-oxcss

Add new route to your Route List:

public array $routes = [
    // Other routes....
    // ...
    
    // Add route to call src fallback resources from
    ['route', 'GET', '/resources/vendor/library/oxcss/{filepath:.+}', '\\PithFront\\PithPackOxcss\\OxcssResourceRoute'],
];

Licensing Info

pith-pack-oxcss contains OxCSS.

OxCSS

pith-pack-oxcss

Thanks!