zipavlin/headsail

A Tailwindcss interpreter, parser and composer

1.0.1 2020-10-13 13:34 UTC

This package is auto-updated.

Last update: 2024-04-13 21:09:26 UTC


README

Latest Version on Packagist Build Status Quality Score Total Downloads

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.