Krasimir Tsonev
Krasimir Tsonev
Hey, this looks like a nice trick. I'll think about it.
Nice job. I'll check your implementation soon.
Hm ... the following: ``` js absurd.add({ '.icon:after': { fontFamily: 'SomeIconFont', content: '"\\0160"' /* comes out garbled when compiled*/ } }) ``` is compiled to ``` js .icon:after { font-family:...
Yep. That's another thing that you have to think about. However, the idea behind absurd is to write CSS with JavaScript. Not to use CSS language in JavaScript to produce...
Just to mention that AbsurdJS works with `.css` files. I mean, if you don't like to use JavaScript syntax to write code for AbsurdJS you could still use CSS -...
@RayoGundead looks interesting. I'm a little bit reserved about implementing such changes in the core of AbsurdJS. I still think that it is good to keep it as simple as...
@illarionvk what are your concerns about having those defined. They'll be actually `@enter` and `@exit`.
@illarionvk is completely right. We have to think about how the API will look like. The helper [here](https://github.com/krasimir/stent/blob/master/src/helpers/toCamelCase.js) will indeed remove the `@`, which is not necessary a bad thing...
Hey, there's an example with React here https://github.com/krasimir/stent/blob/master/docs/examples.md#integration-with-react If you need a more complex example can you please come with a use case. I'll be happy to setup one.
I'm glad that you are using Navigo as well. I miss some context to answer properly here tho. What you control with Stent, is it pages or it is states...