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.

[Bug] o-tab-size was deleted

See original GitHub issue

1. Summary

o-tab-size property delete for me. But in caniuse.com I see, that we need o-tab-size for Opera Mini browser: http://caniuse.com/#search=tab-size.

2. Expected behavior

Not remove o-tab-size property.

3. Actual behavior

Remove o-tab-size property.

4. Steps to reproduce

The problem is reproduced for me in a version of Sublime Text without plugins and user settings.

I install Autoprefixer Sublime Text package use Package Control.

For example, I have test.css file:

pre
{
    white-space: pre-wrap;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
}

In test.css file I press <kbd>Ctrl+Shift+P</kbd> → Autoprefix CSS → I get result:

pre
{
    white-space: pre-wrap;
    -moz-tab-size: 4;
         tab-size: 4;
}

5. Environment

Operating system and version: Windows 32-bit 10.0.14393 Sublime Text: Build 3126

Thanks.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
aicommented, Dec 27, 2016

Ouh, my mistake 😦. Thanks, I will keep it in mind.

1reaction
aicommented, Dec 26, 2016

I send a PR to Sublime plugin: https://github.com/sindresorhus/sublime-autoprefixer/pull/73

Please write a comment there to show that fix is important.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MrMEEE/bumblebee-Old-and-abbandoned@a047be8 · GitHub
Well, he removed the space between /usr and /lib, but he forgot to add the space between /usr/lib and /nvidia-current. Wait, what? @numinit....
Read more >
Bug on notes app. My tables were deleted. - Apple Community
My tables were deleted. There is a bug on notes app that deletes my tables, how can I solve this bug or recover...
Read more >
How do I delete the bugs that were created in error?
1 answer · Go to Filters > Advanced Issue Search. · Search for the issues you want to delete (either by filtering, or...
Read more >
After windows 10 updates, delete bug present.
With Recent windows 10 get updates, It is deleting the files. Its seems my delete key has been continuously pressed.
Read more >
Bug Delete - Bug, Tar, & Tree Sap Remover (32oz)
Remove stubborn insects, tree sap, films, and tar. Bug Delete is a ready-to-use bug remover specially formulated for safe use on all exterior...
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