Nils Lindemann
Nils Lindemann
... And that is probably a good thing, see below. To the author of this repo: In Germany (and probably other countries too) it is a wise thing to first...
Actually I like that oneliner in the docs: "use `elm reactor`". How could it be simpler? And what would you need more? "For more info use `elm --help`"?
In my opinion, this issue is not a 'feature' request of 'low' importance. This is a bug. Shadowing standard CSS functions is bad. Stylus even doesn't do it very well....
Stylus should just rename these specific functions, e.g. prepend 'stylus-' to them. Projects have to adapt. Which is not difficult, just run a regular expression over the files.
My current workaround is to install the Block Travel plugin (currently v 0.0.2, it is small, two code files) and replace its _block.js_ with the attached one (please change the...
I figured out how to get the examples running. 1. In case you have not done so, install Node.js, then install Typescript globally (`npm install -g typescript`). 2. run `tsc`...
Leaving this open, so that others can find it.
@heng1025 I tried your method, I installed the dependencies - 1007 packages sized 250 MB - and guess what, afterwards it did not work. Now lets clean up my system.
Sorry, @heng1025, not my day today. Thanks for your input.
@mreinstein thanks for the `npm run build` hint. Still, one has to manually append `.js` to the imports in those generated files, in order to make the examples work in...