Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch for build libs warning (with PostCSS/autoprefixer) for line-highlight plugin's CSS color-adjust prop #3672

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 17, 2023

  1. Update prism-line-highlight.css

    adding print-color-adjust property to @media print .line-highlight class using graceful pattern and leaving old color-adjust prop intact for any old IE's.
    oberocks authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8b160e0 View commit details
    Browse the repository at this point in the history
  2. Update prism-line-highlight.min.css

    manually adding print-color-adjust prop to minimized @media print .line-highlight class with graceful pattern and keeping color-adjust prop intact for any old IEs
    oberocks authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    0f1584c View commit details
    Browse the repository at this point in the history
  3. Update prism-line-highlight.css

    switching to make new prop after depreciated prop just to follow general css fallback semantics
    oberocks authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    72e1bc3 View commit details
    Browse the repository at this point in the history
  4. Update prism-line-highlight.min.css

    switching to make new prop after depreciated prop just to follow general css fallback semantics
    oberocks authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4b66bda View commit details
    Browse the repository at this point in the history