Skip to content

Commit

Permalink
Remove Less CSS support (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Nov 17, 2023
1 parent 3e30aaa commit 17242f2
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 310 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 7.0.0

- Remove Less support (#1174)

# 6.15.0

- Run the latest SVGO to all files (#1176)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ or use CDN:
```html
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.14.0/css/flag-icons.min.css"
href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@7.0.0/css/flag-icons.min.css"
/>
```

Expand Down
28 changes: 0 additions & 28 deletions less/flag-icons-base.less

This file was deleted.

252 changes: 0 additions & 252 deletions less/flag-icons-list.less

This file was deleted.

20 changes: 0 additions & 20 deletions less/flag-icons-more.less

This file was deleted.

4 changes: 0 additions & 4 deletions less/flag-icons.less

This file was deleted.

3 changes: 0 additions & 3 deletions less/variables.less

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"files": [
"css",
"flags",
"less",
"sass",
"country.json"
],
Expand All @@ -27,7 +26,7 @@
"build": "yarn build:dev && yarn build:min",
"fix": "yarn prettier --write",
"ids": "python3 flag-ids.py",
"prettier": "prettier \"**/*.{html,json,md,scss,less,yaml,yml,js}\"",
"prettier": "prettier \"**/*.{html,json,md,scss,yaml,yml,js}\"",
"start": "http-server -a localhost -p 8000",
"svgo:all": "find flags | grep '\\.svg$' | xargs -Iz -n 1 yarn svgo z && yarn ids",
"svgo:min": "find flags | grep '\\.svg$' | xargs -Iz -n 1 svgo z && yarn ids",
Expand Down

0 comments on commit 17242f2

Please sign in to comment.