Skip to content

Refined and added base react code.#17

Merged
mixtapejaxson merged 1 commit intomainfrom
rewrite/react
Sep 2, 2025
Merged

Refined and added base react code.#17
mixtapejaxson merged 1 commit intomainfrom
rewrite/react

Conversation

@mixtapejaxson
Copy link
Copy Markdown
Owner

No description provided.

@github-advanced-security
Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

1 similar comment
@github-advanced-security
Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

Comment thread app/app.css
@@ -0,0 +1,46 @@
@import "tailwindcss";

Check notice

Code scanning / Csslint (reported by Codacy)

@import prevents parallel downloads, use instead. Note

@import prevents parallel downloads, use instead.
Comment thread app/app.css
@@ -0,0 +1,46 @@
@import "tailwindcss";

@theme {

Check warning

Code scanning / Csslint (reported by Codacy)

Unknown @ rule: @theme. Warning

Unknown @ rule: @theme.
Comment thread app/app.css
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
}

Check warning

Code scanning / Csslint (reported by Codacy)

Unexpected token '}' at line 15, col 1. Warning

Unexpected token '}' at line 15, col 1.
Comment thread app/app.css
}

@keyframes slideIn {
from {

Check warning

Code scanning / Csslint (reported by Codacy)

Rule doesn't have all its properties in alphabetical order. Warning

Rule doesn't have all its properties in alphabetical order.
Comment thread app/app.css
transform: translateX(100%);
opacity: 0;
}
to {

Check warning

Code scanning / Csslint (reported by Codacy)

Rule doesn't have all its properties in alphabetical order. Warning

Rule doesn't have all its properties in alphabetical order.
Comment thread app/app.css
}

@keyframes slideOut {
from {

Check warning

Code scanning / Csslint (reported by Codacy)

Rule doesn't have all its properties in alphabetical order. Warning

Rule doesn't have all its properties in alphabetical order.
Comment thread app/app.css
transform: translateX(0);
opacity: 1;
}
to {

Check warning

Code scanning / Csslint (reported by Codacy)

Rule doesn't have all its properties in alphabetical order. Warning

Rule doesn't have all its properties in alphabetical order.
Comment thread app/app.css
@@ -0,0 +1,46 @@
@import "tailwindcss";

@theme {

Check warning

Code scanning / Stylelint (reported by Codacy)

Unexpected unknown at-rule "@theme" (at-rule-no-unknown) Warning

Unexpected unknown at-rule "@theme" (at-rule-no-unknown)
Comment thread app/app.css
@import "tailwindcss";

@theme {
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif,

Check warning

Code scanning / Stylelint (reported by Codacy)

Expected newline after "," in a multi-line list (value-list-comma-newline-after) Warning

Expected newline after "," in a multi-line list (value-list-comma-newline-after)
Comment thread app/app.css
@import "tailwindcss";

@theme {
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif,

Check warning

Code scanning / Stylelint (reported by Codacy)

Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after) Warning

Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
Comment thread app/app.css

@theme {
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

Check warning

Code scanning / Stylelint (reported by Codacy)

Expected newline after "," in a multi-line list (value-list-comma-newline-after) Warning

Expected newline after "," in a multi-line list (value-list-comma-newline-after)
Comment thread app/app.css
}
}


Check warning

Code scanning / Stylelint (reported by Codacy)

Expected no more than 1 empty line (max-empty-lines) Warning

Expected no more than 1 empty line (max-empty-lines)
Comment thread app/app.css
transform: translateX(100%);
opacity: 0;
}
to {

Check warning

Code scanning / Stylelint (reported by Codacy)

Expected empty line before rule (rule-empty-line-before) Warning

Expected empty line before rule (rule-empty-line-before)
Comment thread app/app.css
transform: translateX(0);
opacity: 1;
}
to {

Check warning

Code scanning / Stylelint (reported by Codacy)

Expected empty line before rule (rule-empty-line-before) Warning

Expected empty line before rule (rule-empty-line-before)
@mixtapejaxson mixtapejaxson merged commit 5b312f8 into main Sep 2, 2025
10 checks passed
@mixtapejaxson mixtapejaxson deleted the rewrite/react branch September 2, 2025 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants