Vince Mitchell
Vince Mitchell
Great idea! I'll see about implementing it!
We could do that but I'm not sure how much benefit it would bring. Most of the classes are similar, so once a good method is determined then it will...
@sergeche This would be very beneficial for the [TailwindCSS](https://tailwindcss.com/) community as there are a [number of classes](https://tailwindcss.com/docs/width#app) that use a forward slash `/`. Not sure if there is an option...
Thanks for the quick response and information regarding Sublime Text. Are there any plans to port the change to Visual Studio Code? I understand Emmet is built into vscode, does...
Thanks for the additional info. I'l see if I can create a request on their repo. does the official Emmet core have the slash between numbers support or would that...
I did the following: 1. `yarn add date-fns` 2. Added `window.dateFns = require('date-fns');` to my main `.js` file I am using [Laravel](https://laravel.com/) and [Laravel Mix](https://laravel.com/docs/5.5/mix) though, so YMMV.
I would also like this feature. I'm in the process of learning Ruby, so maybe I'll dive in and create a PR soon.
Found this library... it seems to work well: https://github.com/TooTallNate/plist.js Tested some simple code to parse the plist file: ```js var fs = require('fs'); var plist = require('plist'); var obj =...
I also found this JavaScript library that helps with Alfred Workflows: https://github.com/sindresorhus/alfy
That's what I ended up doing... Thanks!