-
Notifications
You must be signed in to change notification settings - Fork 294
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
Add obscure Excel-formats to mapping.less #676
base: master
Are you sure you want to change the base?
Conversation
K |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this has been open for a while, but as long as it's not merged, it's never too late for a review, I guess.
.icon-set(".xlam", "xls", @green); | ||
.icon-set(".xla", "xls", @green); | ||
.icon-set(".xlw", "xls", @green); | ||
.icon-set(".xlr", "xls", @green); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The .xlw and .xlr format are depreciated and rarely used, so they should probably be ommitted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of these formats are rarely used, why would that be a reason to not give them an icon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noticed this omission while working with xltx-files, figured I might as well fix it.
I used this list of Excel's supported file extensions.