absurd
absurd copied to clipboard
A JavaScript library with superpowers
the link to http://absurdjs.com/ in your readme seems to be something completely different...
hey @krasimir any chance of adding an option that appends `px` to numeric values that are not unitless? currently this is not really feasible since `plugin` expects specific property names....
Hi, I was evaluating the library for a project of mine and I was trying to see if the lighten and darken functions worked the same as I was expecting....
Source map is needed so the developers could find the exact styles in a specific js file.
Hello. As I understood You provide common build version which contains all code. But if I need lightweight version of your library. For example I need only compile functionality without...
Hi, Not sure it is an issue but it may be some new functionality : I'm very interested in this library. And i'm wondering if it's possible to convert some...
More of a question than an issue / feature request; is someone working on a JSPM/SystemJS loader plugin for AbsurdJS? http://jspm.io/ Just as example, there is a Less plugin: https://github.com/Aaike/jspm-less-plugin...
CLI tool does not work with any extensions other than `.js`, which is actually a big problem. For example, the following does not work: ``` absurd -s style.es6 -o style.css...
I feel that absurd currently is a little "too big", trying to solve multiple use cases such as html component, templating and css via javascript. Would be nice to split...
How to compile from given CSS string? ``` css body { cf: 'all'; p { cf: 'before'; } section { cf: 'after'; } } .content { p { moveto: '10/20/30';...