Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 1e10555

Browse files
committed
chore: rm borderless theme
1 parent dd49f2f commit 1e10555

File tree

5 files changed

+1
-123
lines changed

5 files changed

+1
-123
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
- [`Dark`](https://github.com/sweetalert2/sweetalert2-themes/tree/main/dark)
99
- [`Minimal`](https://github.com/sweetalert2/sweetalert2-themes/tree/main/minimal)
10-
- [`Borderless`](https://github.com/sweetalert2/sweetalert2-themes/tree/main/borderless)
1110
- [`Bootstrap 4`](https://github.com/sweetalert2/sweetalert2-themes/tree/main/bootstrap-4)
1211
- [`Material UI`](https://github.com/sweetalert2/sweetalert2-themes/tree/main/material-ui)
1312
- [`WordPress Admin`](https://github.com/sweetalert2/sweetalert2-themes/tree/main/wordpress-admin)

borderless/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

borderless/borderless.scss

Lines changed: 0 additions & 61 deletions
This file was deleted.

borderless/package.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
<option value="default">Default</option>
2020
<option value="dark">Dark</option>
2121
<option value="minimal">Minimal</option>
22-
<option value="borderless">Borderless</option>
2322
<option value="bootstrap-4">Bootstrap 4</option>
2423
<option value="material-ui">Material UI</option>
2524
<option value="wordpress-admin">WordPress Admin</option>
@@ -54,4 +53,4 @@
5453
<script src="./app.js"></script>
5554
</body>
5655

57-
</html>
56+
</html>

0 commit comments

Comments
 (0)