openedx / openedx/openedx-platform
fix/ignore: Replace Bourbon mixins with Autoprefixer warnings
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
WARNING: [Bourbon] [Deprecation] `hyphens` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `placeholder` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transform` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transform-origin` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
WARNING: [Bourbon] [Deprecation] `transition` is deprecated and will be removed in 5.0.0. We suggest using an automated prefixing tool, like Autoprefixer.
This warning is appearing 31 times during provisioning. It clutters logs and hinders dev experience (https://github.com/openedx/edx-platform/issues/32888).
A decision needs to be made on whether we ignore this warning or not.
AC
- The warnings stop cluttering logs
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the provisioning path that emits the 31 Bourbon deprecation warnings and identify how its Sass tooling handles these mixins. Decide whether to suppress the warnings or replace the mixins with Autoprefixer, then verify that provisioning logs no longer contain them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sass
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100