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

A simple JavaScript code to help the public or an individual to customize and build your personal CSS framework #2905

Closed
wants to merge 1 commit into from

Conversation

emmanuel-455
Copy link
Contributor

Simple JavaScript code that can give developers and insight on how to build and customize their own CSS framework and use it on their personal projects.

…work.

code on how to build your CSS framework using JavaScript document and map
Copy link
Collaborator

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

This doesn’t belong in this document or this repo; and we assume you’re using react.

@ljharb ljharb marked this pull request as draft February 18, 2024 18:45
@ljharb ljharb added the invalid label Feb 18, 2024
@ljharb
Copy link
Collaborator

ljharb commented Feb 18, 2024

Also, please don’t send unsolicited PRs to any repo without first confirming it’s wanted.

@ljharb ljharb closed this Feb 18, 2024
@emmanuel-455
Copy link
Contributor Author

Also, please don’t send unsolicited PRs to any repo without first confirming it’s wanted.

Sorry about that. Just tryna make a lil contribution

@emmanuel-455
Copy link
Contributor Author

This doesn’t belong in this document or this repo; and we assume you’re using react.

This is javascript only

@ljharb
Copy link
Collaborator

ljharb commented Feb 18, 2024

That’s a great instinct! Contributions need to fit the project, though. What were you trying to achieve with this specific content? Why would it be a good idea for someone to roll their own framework?

@emmanuel-455
Copy link
Contributor Author

I just figured it out and I wanted to share it. My bad if I did something wrong🙏

@ljharb
Copy link
Collaborator

ljharb commented Feb 18, 2024

I'm still not clear on what you figured out - that you can dynamically walk the DOM and read/write styles? It's a long way between that and a CSS framework.

@emmanuel-455
Copy link
Contributor Author

I'm still not clear on what you figured out - that you can dynamically walk the DOM and read/write styles? It's a long way between that and a CSS framework.

I'm a self thought upcoming programmer and I just figured I could just customize my class value to perform some specific styling by just using javascript only. But I made mistakes by calling it CSS framework

@emmanuel-455
Copy link
Contributor Author

I'm still not clear on what you figured out - that you can dynamically walk the DOM and read/write styles? It's a long way between that and a CSS framework.

I'm a self thought upcoming programmer and I just figured I could just customize my class value to perform some specific styling by just using javascript only. But I made mistakes by calling it CSS framework

Sorry if that sound childish to u but I'm just an upcoming programmer🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants