[PR #788] [MERGED] Remove block-progression from NZ and BO flags #1022

Closed
opened 2026-03-03 14:41:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/788
Author: @jorgemoya
Created: 1/8/2021
Status: Merged
Merged: 2/5/2021
Merged by: @lipis

Base: masterHead: fix-blockprogression-nz


📝 Commits (1)

  • 1e96400 Remove block-progression from NZ and BO flags

📊 Changes

4 files changed (+8 additions, -8 deletions)

View changed files

📝 flags/1x1/bo.svg (+2 -2)
📝 flags/1x1/nz.svg (+2 -2)
📝 flags/4x3/bo.svg (+2 -2)
📝 flags/4x3/nz.svg (+2 -2)

📄 Description

What

Prefix block-progression to -ms-block-progression.

Why

I don't know much about this property but seems to be deprecated or only used on old IE version. (source, source). I'm using the SVGs inside React + Typescript and I get a type error because block-progression needs to be prefixed by -ms-block-progression.

I don't even know if we need to keep it, maybe we can remove?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/788 **Author:** [@jorgemoya](https://github.com/jorgemoya) **Created:** 1/8/2021 **Status:** ✅ Merged **Merged:** 2/5/2021 **Merged by:** [@lipis](https://github.com/lipis) **Base:** `master` ← **Head:** `fix-blockprogression-nz` --- ### 📝 Commits (1) - [`1e96400`](https://github.com/lipis/flag-icons/commit/1e964008a21fb7d333536d87ade2f4245877d7d9) Remove block-progression from NZ and BO flags ### 📊 Changes **4 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `flags/1x1/bo.svg` (+2 -2) 📝 `flags/1x1/nz.svg` (+2 -2) 📝 `flags/4x3/bo.svg` (+2 -2) 📝 `flags/4x3/nz.svg` (+2 -2) </details> ### 📄 Description ## What Prefix `block-progression` to `-ms-block-progression`. ## Why I don't know much about this property but seems to be `deprecated` or only used on old IE version. ([source](https://webplatform.github.io/docs/css/properties/block-progression/), [source](https://developer.mozilla.org/en-US/docs/Archive/Web/CSS/-ms-block-progression)). I'm using the SVGs inside React + Typescript and I get a type error because `block-progression` needs to be prefixed by `-ms-block-progression`. I don't even know if we need to keep it, maybe we can remove? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:41:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#1022
No description provided.