Closed vikrantnegi closed 6 years ago
Hi @vikrantnegi - glad you want to contribute!
Have you read the section in the readme? https://github.com/davidtheclark/scut#contributing
You should reference the existing Sass in the /src/
directory and try to match the style of those files.
If you have an idea, you could first propose it as a new issue, and explain why you think your utility belongs in the library — or if you want to submit a PR right away, you should do so! I wouldn't worry too much about getting the PR exactly right the first time. If it's a good utility, then the maintainers here will help round out the feature (with any missing documentation, release tagging, etc.) after your PR gets merged.
I'm sorry it was so long before you got a response from one of us - please post your ideas in any way you want and we'll do our best to guide you along.
I'm new to open source contribution and I want to contribute to scut repo. Although I'm not a total noob, but in this case, I'm a bit confused and I don't to screw up the pull request.
I want to add utilities but I'm not sure if I need to add them to src files and then compile to dist or should I add it directly to the dist sass file.
If I need to add them to src files and the compile it to dist what is the gulp task command for doing that as I'm seeing a lot of gulp tasks in the gulpfile.
Thanks.