zipavlin / headsail
A Tailwindcss interpreter, parser and composer
1.0.1
2020-10-13 13:34 UTC
Requires
- php: ^7.1
- ext-json: *
Requires (Dev)
- fabpot/goutte: ^4.0
- mnapoli/silly: ^1.7
- phpunit/phpunit: ^7.0
- symfony/process: ^5.1
This package is auto-updated.
Last update: 2024-12-13 22:31:19 UTC
README
Headsail is Tailwindcss parser and composer. It's main purpose is to split join class variants to singular one and selectively replace utilities.
Installation
You can install the package via composer:
composer require zipavlin/headsail
Usage
(string) new Headsail('m-3 mx-4 mr-12'); // mt-3 mr-12 mb-3 ml-4
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.