stable

Clone or download

Read-only

request #21787: Handle CSS browser prefixes automatically

Developers should not need to care about that and they should be dropped once browsers have support for the standardized version. The autoprefixing is done with PostCSS [0] and its plugin Autoprefixer [1]. [0] https://postcss.org/ [1] https://github.com/postcss/autoprefixer Change-Id: I6696bfa6480b5b3fbb5a6f2dc65b15f1816fca24

Modified Files

Name
M package-lock.json +332 −45 Go to diff View file
M package.json +3 −0 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/kanban/_kanban-item.scss +1 −10 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_backlog-item-details.scss +1 −10 Go to diff View file
M plugins/agiledashboard/themes/FlamingParrot/css/_default-style.scss +0 −10 Go to diff View file
M plugins/cardwall/themes/default/css/_cardwall.scss +1 −39 Go to diff View file
M plugins/document/themes/_upload.scss +0 −4 Go to diff View file
M plugins/program_management/themes/program_management/_element.scss +0 −2 Go to diff View file
M plugins/roadmap/themes/_task.scss +1 −2 Go to diff View file
M plugins/taskboard/themes/includes/_card-read.scss +0 −2 Go to diff View file
M plugins/tracker/themes/BurningParrot/css/tracker-creation/includes/_creation-color-selector.scss +1 −5 Go to diff View file
M plugins/tracker/themes/FlamingParrot/css/style.scss +0 −1 Go to diff View file
M plugins/tracker/themes/default/css/includes/_cards.scss +1 −8 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +3 −67 Go to diff View file
M src/scripts/tlp-doc/css/_demos.scss +1 −9 Go to diff View file
M src/themes/BurningParrot/css/includes/_sidebar-siteadmin.scss +0 −5 Go to diff View file
M src/themes/FlamingParrot/css/utils/_account-confirmation.scss +0 −9 Go to diff View file
M src/themes/FlamingParrot/css/utils/_project-confirmation.scss +0 −9 Go to diff View file
M src/themes/common/css/style.scss +0 −1 Go to diff View file
M src/themes/common/css/utils/_datepicker.scss +0 −2 Go to diff View file
M tools/utils/scripts/webpack-rule-configs.js +9 −1 Go to diff View file