Release 1.0.0-beta18

This commit is contained in:
codecalm
2023-05-14 16:02:06 +02:00
parent 75619ddf72
commit 966d75903d
535 changed files with 50766 additions and 107436 deletions
+5 -3
View File
@@ -1,11 +1,13 @@
/*!
* Tabler v1.0.0-beta17 (https://tabler.io)
* @version 1.0.0-beta17
* Tabler v1.0.0-beta18 (https://tabler.io)
* @version 1.0.0-beta18
* @link https://tabler.io
* Copyright 2018-2023 The Tabler Authors
* Copyright 2018-2023 codecalm.net Paweł Kuna
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
/* prettier-ignore */
/* prettier-ignore */
.flag {
position: relative;
display: inline-block;
@@ -15,7 +17,7 @@
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: var(--tblr-border-size) var(--tblr-border-style) var(--tblr-border-color);
border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
border-radius: var(--tblr-border-radius);
}