Items with the tag css
Plugin jelix-lessphp-plugin
It seems this project is not maintained anymore.
This project is an htmlresponse plugin for Jelix 1.3. It allows you to use easily less dynamic stylesheet language in Jelix (using lessphp compiler).
To use it, your config file must activate lessphp plugin :
[jResponseHtml] plugins=lessphp
When including a file which should be processed by less (e.g. with addCSSLink()) you should set "stylesheet/less" for the "rel" param.
For more informations, see https://github.com/bricet/jelix-lessphp-plugin/blob/master/README.md
Last version
0.1 (alpha)
- Released on 09/16/2011
- Compatible Jelix 1.3
- Download : jelix-lessphp-plugin_0.1.zip
Changelog
First release.
Plugin jelix-stylus-plugin
It seems this project is not maintained anymore.
This project is an htmlresponse plugin for Jelix 1.3. It allows you to use easily stylus dynamic stylesheet language in Jelix.
When including a Stylus file (e.g. with addCSSLink()) you should set 'stylus'=>true as a param.
For more information, see README on github.
Differences with jelix-stylusAssetic-plugin :
- this plugin does not rely on Assetic. This means PHP 5.3 is not necessary (it will run fine under PHP 5.2)
- this plugin should run under Windows with Windows-specific version of nodejs (tested with v0.5.7) BUT, under Windows, stylus plugins need to be placed under one of nodejs default plugin directory (aside node.exe should be fine). This is because of a PHP bug.
Last version
0.3 (stable)
- Released on 10/04/2011
- Compatible Jelix 1.3
- Download : jelix-stylus-plugin_0.3.zip
Changelog
Ajout de la possiblité d'utiliser une lib de Stylus, tel que "nib". Ceci se fait en utilisant le paramètre de configuration "stylus_libs".
Plugin jelix-stylusAssetic-plugin
It seems this project is not maintained anymore.
Last version
0.2 (alpha)
- Released on 09/23/2011
- Compatible Jelix 1.3
- Download : jelix-stylusAssetic-plugin_0.2.zip
Changelog
More options (node.js bin path & node.js modules path) : no need to change Assetic now ...
Plugin CSSprepro
It seems this project is not maintained anymore.
An htmlresponse plugin for CSS pre-processing. This is meant to be used with sub-plugins.
Last version
0.1 (stable)
- Released on 02/14/2013
- Compatible Jelix 1.5
- Download : CSSprepro-0.1.zip
Changelog
First release. Just tested a few with jPhpsass.
Plugin jPhpsass
It seems this project is not maintained anymore.
A sub-plugin for CSSprepro. It allows an app to use SASS and/or SCSS files compilation through phpsass, which is a PHP implementation of Sass.
Last version
0.1 (stable)
- Released on 02/14/2013
- Compatible Jelix 1.5
- Download : jPhpsass-0.1.zip
Changelog
Une première version fonctionnelle. À noter : le zip de téléchargement, créé par GitHub ne contient pas phpsass, qui est un submodule Git. Il faudra soit vous le procurer par vous-même, soit faire un clone du dépot de jPhpsass.
Plugin jSass
It seems this project is not maintained anymore.
A sub-plugin for CSSprepro. It allows an app to use SASS and/or SCSS files compilation through original Sass command line.
Last version
0.1 (stable)
- Released on 06/28/2013
- Compatible Jelix 1.5
- Download : jSass-0.1.zip
Changelog
Une première version fonctionnelle (mais peu testée).
Plugin jCompass
It seems this project is not maintained anymore.
A sub-plugin for CSSprepro. It allows an app to use Compass (SASS and/or SCSS files) compilation through official Compass command line.
Last version
0.1 (alpha)
- Released on 06/28/2013
- Compatible Jelix 1.5
- Download : jCompass-0.1.zip
Changelog
Une première version fonctionnelle mais très peu testée.
Module jminify
It seems this project is not maintained anymore.
This is a module for Jelix, providing Minify features for HTML response objects.
Minify is a library which allow to concatenate and minify CSS and JS files. It improves performance during the load of the page. This module provides plugins to integrate it into a Jelix application.
Content of this module was provided with Jelix 1.6 and lower, but is now available separately for Jelix 1.7 and higher, as a zip package or as a Composer package
Last version
1.7.4 (stable)
- Released on 09/03/2019
- Compatible Jelix 1.7