pith-front / pith-pack-oxcss
Pack Oxcss for Pith
Installs: 17
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:CSS
Requires
- php: ^8.2
- ext-gd: *
- ext-json: *
- ext-pdo: *
- ext-readline: *
- pith/base: ^0.2.0
- pith/workflow-elements: ^0.3.0
This package is auto-updated.
Last update: 2025-03-29 01:08:26 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
- OxCSS
- The MIT License (MIT)
- Copyright (c) Ian Maurmann
- https://github.com/ian-maurmann/oxcss
pith-pack-oxcss
- pith-pack-oxcss
- The MIT License (MIT)
- Copyright (c) Ian Maurmann
- Link: https://github.com/pith-front/pith-pack-oxcss
Thanks!