2017 © Pedro Peláez
 

library themeroller_extractor

Themeroller to LESS settings convertor

image

romaninsh/themeroller_extractor

Themeroller to LESS settings convertor

  • Wednesday, February 15, 2017
  • by romaninsh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Themeroller Config Extractor

screenshot, (*1)

This addon helps you convert jQuery UI Themeroller settings into a LESS compatible include file., (*2)

We hope that Themeroller will start using LESS in the future, but for now it simply generates a CSS file. When we want to add additional styles in CSS, we often need to rely on same colors as defined in themeroller. Currently we must manually find and copy-paste colors., (*3)

By using this simple convertor, it's possible to easily convert URL into LESS include file and then re-use in your custom LESS framework., (*4)

How to use in Agile Toolkit

  1. Follow instructions on packagist.org/packages/romaninsh/themeroller_extractor.
  2. Route page to add-on by adding into your Application class (Frontend.php), (*5)

    $this->routePages('themeroller','romaninsh/themeroller_extractor');
  3. Open page themeroller on your site.

See also

For an example of a current Agile Toolkit jQuery UI theme settings, see https://github.com/atk4/atk4/blob/master/templates/shared/css/less/jui-variables.less, (*6)

This add-on is distributed under AGPL and MIT licenses, use it for free without limitations., (*7)

The Versions

15/02 2017

dev-master

9999999-dev http://github.com/romaninsh/themeroller_extractor

Themeroller to LESS settings convertor

  Sources   Download

AGPL

The Requires

 

atk4