[GITHUB] CSS Contributing Opportunity | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

[GITHUB] CSS Contributing Opportunity

ProtoTyp is a css lib including what you need to make mocks / explore ideas quickly created to help beginners understand git/github if you are not a beginner, you are more than welcomed ! link : https://github.com/open4all/ProtoTyp level : beginner todo : check readme.md feel free to submit some pull requests ^^_ if you don't understand something, just open an issue have fun ! psst. create a github account

27th Feb 2018, 3:28 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar
2 Answers
+ 2
I understand that it is a project for people who are beginners, but seeing the code base that you have so far, it seems to me that the code will not be maintainable at any time and you will have to refactor or rewrite it. Having 31 lines of code defining only text colors does not seem viable to me, especially considering that you can not use colors for much more (like backgrounds). In this case I highly recommend that you use a CSS preprocessor such as SASS or LESS. That way you can have a stylesheet with a more manageable base (you can even define your colors as variables in a single file and then just import it to start using the colors you've already defined). The pre-processors allow you to greatly expand the capabilities of CSS and make your code much more modular, which will be useful for contributions, since they will be done in a more orderly manner. In any case this is only a recommendation. Good luck in your project!
27th Feb 2018, 4:41 AM
Mickel
Mickel - avatar
+ 1
31 lines for colors much? see popular css libs sass or less for the uninitiated to github? not viable this is intented for anyone to get a fair chance of contribution !
27th Feb 2018, 5:11 AM
Abdur-Rahmaan Janhangeer
Abdur-Rahmaan Janhangeer - avatar