Niall

Avatar
  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 2
  • Created

    CSS attributes inline?

    I've just upgraded to the latest version and PhpStorm has started forcing me to do css attributes on new lines.The main offender being emmits with browser prefixes.   For example, I select the emme...
    • 3 followers
    • 9 comments
    • 1 vote
  • Created

    jQuery Inspection Anomaly

    This has been bugging me a while now! When using jQuery, this passes fine: $('.test').fadeIn(200); However, this does not: let test = $('.test);test.fadeIn(200); fadeIn is getting flagged as 'Metho...
    • 3 followers
    • 5 comments
    • 1 vote