Jordan David Pickwell
Jordan David Pickwell
@kamaslau, regex is essentially already there: https://vuelidate.netlify.com/#sub-list-of-helpers
@vielhuber, GitHub's Linguist has `.blade` and `.blade.php` as the extensions for blade templates. I understand that `.blade` is not standard, but it's trivial to support that extension in addition to...
This may also be of some use: https://github.com/nikic/php-ast Same developer as PHP-Parser.
This would be a great addition.
On Ubuntu Server 14.04, I have the following at the end of my .bashrc file: ``` # run tmux, but only if we're not inside tmux (prevent endless loop) if...
There seems to be an issue with BrowserifyCDN (https://wzrd.in/). I'm seeing a CloudFlare `502 Bad Gateway` error.
Relates to, or duplicate of, #5.
Try the following: ```scss // font-awesome: Concatenates with '/' between path and font name. $fa-font-path: '~font-awesome/fonts'; $fa-css-prefix: el-icon-fa; @import '~font-awesome/scss/font-awesome'; [class^='#{$fa-css-prefix}-'], [class*=' #{$fa-css-prefix}-'] { display: inline-block; font: normal normal normal...
I actually found a simpler option that allows FontAwesome's size classes to work. ```scss // font-awesome: Concatenates with '/' between path and font name. $fa-font-path: '~font-awesome/fonts'; $fa-css-prefix: el-icon-fa; @import '~font-awesome/scss/font-awesome';...
@Even-Lau, FA 5 has 4 sets: solid, regular, light, and brands. Light is not free. Only a sub-set of solid and regular are free. Brands is completely free, all icons...