Closed
Description
Due to complications with the internal Google build system, it's not feasible for us to use autoprefixer for internal Google applications that are consuming Angular Material. The most straightforward thing for us to do, then, is to stop using it and capture any necessary CSS vendor prefixes in the source. The steps necessary:
- Determine which CSS properties need to be prefixed and document this
- Create sass mixins for those properties
- [Bonus] Create a stylelint plugin that prevents these properties from being added without a prefix.