[Bug] o-tab-size was deleted
See original GitHub issue1. 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:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ouh, my mistake 😦. Thanks, I will keep it in mind.
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.