creativecommons / creativecommons.github.io-source

Source files for CC Open Source website
https://opensource.creativecommons.org/
MIT License
79 stars 173 forks source link

Sass Writing Styles #611

Open shubhanshu02 opened 3 years ago

shubhanshu02 commented 3 years ago

Description

Currently, Creative Commons does not have a Sass writing style though it follows a standard code style in all .scss files. This issue proposes finding and preparing a writing style from the .scss files present in this repository.

Please provide your suggestions on this idea.

Implementation

dhruvkb commented 3 years ago

I think having a style guide for all languages is good. @TimidRobot already worked on a Python code style that is present on our Open Source site. You could do something similar to that?

TimidRobot commented 3 years ago

@shubhanshu02 I moved this issue to creativecommons/creativecommons.github.io-source. The style guide should be written here for opensource.creativecommons.org and then it can be linked to from relevant projects.

Please focus on what has already been done/established and what can be easily enforced via linters/formatters. As Sass is not my area of expertise, links and references will be much appreciated.

abhigyantrips commented 1 year ago

I have prior experience working with Sass and respective processors, and I'm willing to work on this. Is this issue still open for work, @TimidRobot?