Eric R
Eric R
Après quelques tests je constate qu'en gros CSSLisible n'est pas compatible LESS. :( Voilà un compte-rendu : ##### Nested rules Il manque 1 indentation sur chaque ligne ``` #test {...
Plop ! J'ai fait quelques tests avec 0c3ab7fa8d4e30e21dbe1f19d1bdf91162e5fb0a. ``` #test { color: black; .titi { color: white; } color: red; } ``` donne : ``` #test { .titi { color:...
Lowercase: - Selectors: HTML tags without dealing with id and classes - All Properties names - Values: except url(.*), content and font value, ... Do not touch comments!
Conversions to implement : - HSL to Hex - Hex to HSL - HSL to RGB - RGB to HSL
CSSLisible est actuellement très bon pour s'occuper de fichiers unitaires. C'est par contre plus compliqué pour la reprise d'un site ou d'une appli avec du code CSS distribué en plusieurs...
A little change on commit link to add github.com :)
Hi, Is it possible to upgrade Pikaday dependency to [v1.4.0](https://github.com/dbushell/Pikaday/releases/tag/1.4.0) ? This new release seems to fix some annoying bugs: - [Pikaday not working in mozilla firefox #404](https://github.com/dbushell/Pikaday/issues/404) - [Pikaday...
Hello, Serait-il possible d'ajouter un paramètre `format_on_save` pour utiliser CSSLisible automatiquement à l'enregistrement sans raccourci clavier spécifique ? A titre d'exemple [Sublime-HTMLPrettify](https://github.com/victorporof/Sublime-HTMLPrettify), [SublimeJSCSFormatter](https://github.com/TheSavior/SublimeJSCSFormatter) ou [Sublime-CSS-Format](http://mutian.github.io/Sublime-CSS-Format/) le proposent. Merci !
Salut, Dans le ReadMe il manque un retour à la ligne avant les options "hex_colors_format" et "raccourcir_valeurs". Autant en faire une liste ça réglera le problème ;) @Darklg D'ailleurs ne...
I've done a few optimizations. Firstly, I've cleaned the CSS code to delete blank blocks. Adding a comment pattern ("=! ") will help browsing code. We can switch on different...