Niall

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
-
Niall created a post, 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... -
-
-
Niall created a post, 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...