-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
area: dev-infraIssue related to internal project infrastructureIssue related to internal project infrastructurehelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue
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.
Metadata
Metadata
Assignees
Labels
area: dev-infraIssue related to internal project infrastructureIssue related to internal project infrastructurehelp wantedThe team would appreciate a PR from the community to address this issueThe team would appreciate a PR from the community to address this issue