Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add ';'to module.media#1051

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
alexander-akait merged 1 commit intowebpack-contrib:masterfromFi2zz:master
Jan 9, 2024
Merged

Conversation

Fi2zz
Copy link
Contributor

@Fi2zzFi2zz commentedSep 11, 2023
edited
Loading

This PR contains a:

  • bugfix
  • newfeature
  • code refactor
  • test update
  • typo fix
  • metadata update

Use-Case

Giving css with at-rule-import

@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" screenand (min-width:640px);@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css";div{color:red;font-size:14px}

Before bugfix

@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" screenand (min-width:640px)@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css";div{color:red;font-size:14px}

After bugfix

@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" screenand (min-width:640px);@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css";div{color:red;font-size:14px}

@linux-foundation-easycla
Copy link

linux-foundation-easyclabot commentedSep 11, 2023
edited
Loading

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: Fi2zz / name: Fitzz (5c365d3)

@Fi2zzFi2zz marked this pull request as draftSeptember 11, 2023 07:09
@Fi2zzFi2zz marked this pull request as ready for reviewSeptember 11, 2023 07:10
Copy link
Member

@alexander-akaitalexander-akait left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks good, can we add a test case?

@Fi2zz
Copy link
ContributorAuthor

Looks good, can we add a test case?

please checkhere
@alexander-akait

@codecovCodecov
Copy link

codecovbot commentedDec 22, 2023

Codecov Report

Attention:1 lines in your changes are missing coverage. Please review.

Comparison is base(d5e540b) 90.54% compared to head(5c365d3) 89.96%.
Report is 2 commits behind head on master.

FilesPatch %Lines
src/index.js0.00%1 Missing⚠️
Additional details and impacted files
@@            Coverage Diff             @@##           master    #1051      +/-   ##==========================================- Coverage   90.54%   89.96%   -0.59%==========================================  Files           5        5                Lines         857      857                Branches      243      243              ==========================================- Hits          776      771       -5- Misses         71       75       +4- Partials       10       11       +1

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report?Share it here.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@alexander-akaitalexander-akaitalexander-akait approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@Fi2zz@alexander-akait

[8]ページ先頭

©2009-2025 Movatter.jp