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

Cleanup: Sass formatting #1119

Merged
merged 6 commits into from
Apr 9, 2021
Merged

Cleanup: Sass formatting #1119

merged 6 commits into from
Apr 9, 2021

Conversation

Blendify
Copy link
Member

@Blendify Blendify commented Apr 8, 2021

This patch addresses some sass formatting to make the code easier to read:

  • Use leading zeros on decimals less than 1
  • Use parentheses around math for css propeties with multiply arguments
  • Spaces after commas in arguments

In the future it would be nice to automatically format this with a tool like style lint.

This patch addresses some sass formatting to make the code easier to read:

- Use leading zeros on decimals less than 1
- Use parentheses around math for css propeties with multiply arguments
- Spaces after commas in arguments

In the future it would be nice to automatically format this with a tool like style lint.
@Blendify Blendify added this to the 1.1 milestone Apr 8, 2021
@Blendify Blendify requested review from davidfischer, agjohnson, stsewd and a team April 8, 2021 23:40
src/sass/_theme_rst.sass Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants