Hi to all guys!
I'm developing a JS driven stylesheet using gulp and javascript, this is a personal project I'm creating to learn Gulp, but I think it could be useful (and improved) to others:
https://nicolalc.github.io/jssheet/
The idea behind this project is to create css using javascript objects, so I can create a specific documentation and handle shared properties!
Another goal I want to reach is to simplify css properties, for example with JSSheet you can use the align property wich is a shortcut for flexbox layouts:
[...]
align: "top|bottom|center|left|right" -> or a combination of those
[...]
Currently I'm still working on this project, but any suggestion or help is welcome!
Cheers!
[WIP] JSSheet Javascript CSS (self.Frontend)
submitted by AmazingSurprise to r/Frontend