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

Properly format Sass module configuration values #11516

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

niksy
Copy link
Contributor

@niksy niksy commented Sep 13, 2021

Description

Mentioned in #11487 (comment).

Checklist

  • I’ve added tests to confirm my change works.
  • (If changing the API or CLI) I’ve documented the changes I’ve made (in the docs/ directory).
  • (If the change is user-facing) I’ve added my changes to changelog_unreleased/*/XXXX.md file following changelog_unreleased/TEMPLATE.md.
  • I’ve read the contributing guidelines.

Try the playground for this PR

$black: #222,
$border-radius: 0.1rem,
$font-family:
"Helvetica, sans-serif",
Copy link
Member

Choose a reason for hiding this comment

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

hm , I think it should on the same line...

Copy link
Contributor Author

@niksy niksy Sep 14, 2021

Choose a reason for hiding this comment

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

It’s whole string so it’s placed in new line when line width is 40 characters or less. Try playing with print width.

@niksy niksy mentioned this pull request Nov 28, 2021
1 task
@fisker
Copy link
Sponsor Member

fisker commented Jul 19, 2022

@niksy Can you fix conflicts?

@niksy
Copy link
Contributor Author

niksy commented Jul 25, 2022

@fisker done!

@fisker
Copy link
Sponsor Member

fisker commented Aug 1, 2022

@alexander-akait Are you fine with this change?

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.

None yet

4 participants