Adrien Foulon

Results 434 comments of Adrien Foulon

It's possible to overwrite most of the mixins used so they can work with css variables https://codyhouse.co/blog/post/how-to-combine-sass-color-functions-and-css-variables That combined with a build script that will extract all the declared variables...

@wtho That's not really how I envisioned it I made a breaktrough with node-sass compilation and custom functions I can retrieve all the variables used in the custom function and...

:confetti_ball: https://github.com/Tofandel/bulma/blob/master/css/bulma.themeable.css If people want to beta test to make sure there is no computed color difference as it is now handled with `hsla( calc(var(--v-h) + h, calc(var(--v-s) + s,...

#2981 does. exactly. this.

Build will be made by webpack so with a bit of configuration it will handle the minification of html/js/css and inlining them into one html which then will need to...

Little update: around 50% of the work is completed

Adding #1898 #1899 #1931 in the WIP queue A server is not needed, the data can be mocked with jest in unit tests or directly passed to the vue instance...

Anybody wants to make a nice svg icon for Espurna? Would be nice for the PWA and the favicon This is how the UI currently looks ![image](https://user-images.githubusercontent.com/6115458/67586501-13053c80-f752-11e9-8313-bcb9ce3d140c.png)

@tonilopezmr Originally yes, but I'm writing a clever way to discover local devices via the PWA, the app will include a new header: "Powered-by: espurna, version" on a new unauthenticated...

@tonilopezmr Nice, I think we'll stay with the triangle, the round resembles the messenger icon too much :p Do you have an svg file of this? Could you try with...