An open API service indexing awesome lists of open source software.

https://github.com/newridetech/octobercms-classnames

This plugin provides a developer tool to generate complex CSS classnames in Twig templates in a way that makes them more readable.
https://github.com/newridetech/octobercms-classnames

octobercms octobercms-plugin

Last synced: 5 months ago
JSON representation

This plugin provides a developer tool to generate complex CSS classnames in Twig templates in a way that makes them more readable.

Awesome Lists containing this project

README

          

# Classnames

This plugin provides a developer tool to generate complex CSS classnames in
Twig templates in a way that makes them more readable.

It's a port of https://github.com/JedWatson/classnames but for PHP.

If you want a pure PHP version without plugin, please try: https://github.com/newridetech/php-classnames

Instead of:

```html

....

```

Use:

```html

....

```

And that's all. :) I hope it helps.