Ans
Ans
What's the status of this? [`addEventListener`](https://github.com/Financial-Times/polyfill-service/blob/master/polyfills/Event/polyfill-ie8.js#L30) and [`classList`](https://github.com/Financial-Times/polyfill-service/blob/master/polyfills/Element/prototype/classList/polyfill.js#L2) are both in polyfill-service but don't seem to be available via autopolyfiller-loader?
@baileyparker what did you end up doing about this?
If it helps, there's a draft PR open to [port wdio-cucumber-framework](https://github.com/webdriverio/webdriverio/pull/3667) to V5. Perhaps that could help guide a port of this project too.
@abjerstedt ah okay! I was thinking there was a migration pattern for upgrading these modules (admittedly I haven't looked at this closely).
CFPB has an ESLint config file in https://github.com/cfpb/front-end/ [here](https://github.com/cfpb/front-end/blob/master/.eslintrc)
I have some code that tests for support of transition events with: ```js function _getTransitionEndEvent( elem ) { let transition; const transitions = { WebkitTransition: 'webkitTransitionEnd', MozTransition: 'transitionend', OTransition: 'otransitionend',...
Related [ghe]/CFGOV/platform/issues/3226
Yes, that sounds like a great idea! Just found that page-specific styles are documented in ~~https://github.com/cfpb/cfgov-refresh/blob/gh-pages/static/css/main.less#L115-L125~~ https://github.com/cfpb/consumerfinance.gov/blob/master/cfgov/unprocessed/css/main.less#L141-L150
Hi @GrooveCS, to an extent. We have the majority of our CSS in https://github.com/cfpb/consumerfinance.gov/blob/master/cfgov/unprocessed/css/main.less, but we do have "apps" that have their CSS and other assets isolated from the rest...