question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Option for whitespaces between multiple values

See original GitHub issue

foo: bar,baz vs. foo: bar, baz or even

foo: bar,
     baz

(the latest one should be described using the keyword, I guess)

There could be three (?) similar options for different possible multiple values styles:

  1. For comma-separated values: foo, bar
  2. For space-separated values: foo bar
  3. For whitespace between the functions and following values: url()#FFF vs. url() #FFF (this is separate from the previous, 'cause the previous one can’t have empty string as an argument).

Also, as with #53, there should be a way to set this option to be different for different properties: for paddings people would want to have 0 0 10px, but for transforms they would want

transform: scale(1,2)
           rotate(30deg)

etc.

<bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/1519093-option-for-whitespaces-between-multiple-values?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F214563&utm_medium=issues&utm_source=github). </bountysource-plugin>

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Reactions:1
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
bivainiscommented, Feb 19, 2016

Would be a great feature to have!

// expected result
box-shadow: 0 1px 3px 0 rgba($black, 0.2),
            0 1px 1px 0 rgba($black, 0.14),
            0 2px 1px -1px rgba($black, 0.12);

// actual result
box-shadow: 0 1px 3px 0 rgba($black, 0.2),
0 1px 1px 0 rgba($black, 0.14),
0 2px 1px -1px rgba($black, 0.12);
0reactions
jdaltoncommented, Apr 19, 2019

Hi All!

I’m closing this because unless a PR is created it won’t likely be addressed. If you feel strongly about this request I encourage you to dig in and submit a PR 😸

Read more comments on GitHub >

github_iconTop Results From Across the Web

white-space - CSS: Cascading Style Sheets - MDN Web Docs
The white-space property is specified as a single keyword chosen from the list of values below. Values. normal. Sequences of white space are ......
Read more >
Description of the "White space between pages" option in Word
Describes how the "White space between pages" option works in Word. ... Per Window When the option is set and multiple documents are...
Read more >
How to display multiple spaces in HTML select list <option ...
Try the whitespace characters other than   such as   ,   , ...
Read more >
CSS white-space Property | DigitalOcean
white-space is a CSS property that helps control how whitespace and line breaks within an element's text are treated. The white-space property ...
Read more >
3 ways to remove spaces between words / numbers in Excel ...
Select one or several columns with the data to delete spaces between words. · Press Ctrl + H to get the "Find and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found