Quentin Gerodel
Quentin Gerodel
Works like a charm, big thanks
Well.. I am using the following directory structure : ``` |- app\ | `- styles\ | |- app.scss | |- _partial_one.scss | |- _partial_two.scss | `- _partial_three.scss | |- bower_components\...
Ow ! I have never used partials by this way. But this does not work more. (Read : at the same way as before) ``` sass @import "aSassFramework\main"; @import "partial_one";...
I am interested about the color contrast and constraints. But the jgthms small guide take juste a litle about that. Do you have any ELI5 reads about that ?
Hi, thank you for your interest in T(a)rdis. I tried to make all the examples that is needed to fully understand how T(a)rdis works. The past/future/present term was (for me)...
For this task, I urge to use the `deep` flag on the `diff` function, and the `patch` function that come with T(a)rdis, it will help your to handle all the...
The 3 `true` flags are for respectivly : `deep` The deep paramater allow you to create a deep patch object of nested objects. `array` If the array parameter is set...
I see two misstakes and one bug of mine (I will fix it within the day). First you need to use the diff this way : `diff(old, new)`, so ```diff...
The fix is now published under [1.0.1](https://github.com/Swizz/trdis/releases/tag/1.0.1)
Consider to use [asciinema](https://asciinema.org/) and you will make it in the minute for sure !