• Stars
    star
    1,071
  • Rank 41,715 (Top 0.9 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ”Œ Convert Bootstrap CSS code to Tailwind CSS code

Tailwindo

Latest Version on Packagist Actions Status

This tool can convert Your CSS framework (currently Bootstrap) classes in HTML/PHP (any of your choice) files to equivalent Tailwind CSS classes.

Features

  • Made to be easy to add more CSS frameworks in the future (currently Bootstrap).
  • Can convert single files/code snippets/folders.
  • Can extract changes to a separate css file as Tailwind components and keep old classes names. like:
.p-md-5 {
	@apply md:p-7;
}

Help Us

  • If you find unexpected conversion result, create an issue; if you managed to fix it, please create a PR.
  • If you are familiar with another CSS frameworks (like Foundation, Pure..), please create a PR and add it (see BootstrapFramework.php file).

Docs

More Repositories

1

laravel-visits

๐Ÿ“Š Laravel Visits is a counter that can be attached to any model to track its visits using Redis or Eloquent. (with tags, IP protection and caching)
PHP
921
star
2

laravel-arabic-files

๐Ÿ‡ธ๐Ÿ‡ฆ Arabic Translations/Config for Laravel ๐Ÿ“ฟ
PHP
123
star
3

tailwind-shift

โš™๏ธ Shift to the next TailwindCSS version hassle-free.
PHP
121
star
4

laravel-sync-migration

Developer tool helps to sync migrations without refreshing the database
PHP
106
star
5

discord-notification-channel

Laravel Notification Channel for Discord ! ๐Ÿ’ฌ๏ธ๐Ÿ—จ๏ธ
PHP
93
star
6

laravel-blade-audit

๐Ÿ” Extensive information about blade views in a Laravel's project
PHP
45
star
7

str-helper

โšก๏ธ A flexible & powerful string manipulation helper for PHP | using pipe method chaining
PHP
42
star
8

laravel-kabsa

Laravel predefined Eloquent models
PHP
41
star
9

laravel-clear-orders-by

`Archived since Laravel 7 now support reorder internally `
PHP
15
star
10

imageAi

Wrapper for imageAi (python) in php
PHP
14
star
11

numbered-string-order

๐Ÿ”ข Sort an array of strings based on the included numbers naturally.
PHP
7
star
12

arabic-payment-gateways-report

A unbiased & detailed review report of the payment gateways for startup and individuals in the Arab world
7
star
13

array-helper

๐Ÿ”— A flexible, simple & yet powerful array manipulation helper for PHP.
PHP
7
star
14

website

The code of our website/docs
Blade
3
star
15

laravel-query-reset

โฎ Clear previously set statements in Laravel query builder
PHP
3
star
16

iconjar-exporter

Generate && export your icons to a IconJar format
JavaScript
3
star