feat(web): Added CSS-Tricks to blog resources#40
Open
aswinoommenjacob wants to merge 1 commit intoThe-Purple-Movement:masterfrom
Open
feat(web): Added CSS-Tricks to blog resources#40aswinoommenjacob wants to merge 1 commit intoThe-Purple-Movement:masterfrom
aswinoommenjacob wants to merge 1 commit intoThe-Purple-Movement:masterfrom
Conversation
Member
|
@aswinoommenjacob hi pls add more content to the blog. and mention what issue are u solving |
Contributor
|
@aswinoommenjacob resolve conflict |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new blog entry to the blog data collection. The change adds CSS-Tricks as a new resource to the existing list of blogs.
Key Changes:
- Added CSS-Tricks blog entry with its URL and author information
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "blog": "https://www.youtube.com/user/JakeDayWilliams", | ||
| "author": "Jake Day Williams" | ||
| } | ||
| }, |
There was a problem hiding this comment.
Remove trailing whitespace after the comma on line 75 to maintain consistent formatting with the rest of the JSON file.
Suggested change
| }, | |
| }, |
| { | ||
| "blog": "https://css-tricks.com/", | ||
| "author": "CSS-Tricks" | ||
| } |
There was a problem hiding this comment.
Remove trailing whitespace after the closing brace on line 80 to maintain consistent formatting with the rest of the JSON file.
Suggested change
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This resource is widely considered one of the best for front-end development, specifically CSS.