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

Fetch (local) stylesheets with @import instead of removing #1181

Merged
merged 8 commits into from
May 30, 2018

Commits on May 29, 2018

  1. Add fetching local @import urls.

    miina committed May 29, 2018
    Configuration menu
    Copy the full SHA
    658ccf1 View commit details
    Browse the repository at this point in the history
  2. Re-use real_path_urls method to determine absolute URL for import

    Also guard against infinite @import recursion
    westonruter committed May 29, 2018
    Configuration menu
    Copy the full SHA
    cab6728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1910107 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/Automattic/amp-wp into u…

    …pdate/1091-fetch_import_rules
    westonruter committed May 29, 2018
    Configuration menu
    Copy the full SHA
    350a120 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e3c5c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    025d1bb View commit details
    Browse the repository at this point in the history
  7. Fix construction of validation preview URL; prevent JSON term descrip…

    …tion Kses corruption
    
    Also ensure that CSS parsed cache varies by get_validated_url_file_path errors.
    westonruter committed May 29, 2018
    Configuration menu
    Copy the full SHA
    a404fd2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Test CSS import handling

    westonruter committed May 30, 2018
    Configuration menu
    Copy the full SHA
    ffe3c09 View commit details
    Browse the repository at this point in the history