Skip to content

Commit c19bb9e

Browse files
committed
docs: remove old documentation source code (#400)
Signed-off-by: Leonardo Cecchi <[email protected]> fc0975b
1 parent ff39473 commit c19bb9e

File tree

4,905 files changed

+2
-1499218
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,905 files changed

+2
-1499218
lines changed

css/output.css

Lines changed: 1 addition & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This is used to auto-generate output.css at build time
112112
}
113113

114114
/*
115-
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
115+
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
116116
*/
117117

118118
/*
@@ -593,42 +593,6 @@ video {
593593
}
594594
}
595595

596-
.visible {
597-
visibility: visible;
598-
}
599-
600-
.static {
601-
position: static;
602-
}
603-
604-
.fixed {
605-
position: fixed;
606-
}
607-
608-
.absolute {
609-
position: absolute;
610-
}
611-
612-
.relative {
613-
position: relative;
614-
}
615-
616-
.sticky {
617-
position: sticky;
618-
}
619-
620-
.isolate {
621-
isolation: isolate;
622-
}
623-
624-
.float-right {
625-
float: right;
626-
}
627-
628-
.float-left {
629-
float: left;
630-
}
631-
632596
.mx-auto {
633597
margin-left: auto;
634598
margin-right: auto;
@@ -719,10 +683,6 @@ video {
719683
display: flex;
720684
}
721685

722-
.table {
723-
display: table;
724-
}
725-
726686
.grid {
727687
display: grid;
728688
}
@@ -731,10 +691,6 @@ video {
731691
display: inline-grid;
732692
}
733693

734-
.contents {
735-
display: contents;
736-
}
737-
738694
.hidden {
739695
display: none;
740696
}
@@ -807,14 +763,6 @@ video {
807763
max-width: 20rem;
808764
}
809765

810-
.grow {
811-
flex-grow: 1;
812-
}
813-
814-
.resize {
815-
resize: both;
816-
}
817-
818766
.grid-cols-1 {
819767
grid-template-columns: repeat(1, minmax(0, 1fr));
820768
}
@@ -929,10 +877,6 @@ video {
929877
border-radius: 0.375rem;
930878
}
931879

932-
.border {
933-
border-width: 1px;
934-
}
935-
936880
.border-2 {
937881
border-width: 2px;
938882
}
@@ -1167,14 +1111,6 @@ video {
11671111
font-weight: 600;
11681112
}
11691113

1170-
.uppercase {
1171-
text-transform: uppercase;
1172-
}
1173-
1174-
.lowercase {
1175-
text-transform: lowercase;
1176-
}
1177-
11781114
.leading-10 {
11791115
line-height: 2.5rem;
11801116
}
@@ -1212,20 +1148,11 @@ video {
12121148
opacity: 0.75;
12131149
}
12141150

1215-
.blur {
1216-
--tw-blur: blur(8px);
1217-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1218-
}
1219-
12201151
.drop-shadow-md {
12211152
--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
12221153
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
12231154
}
12241155

1225-
.filter {
1226-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1227-
}
1228-
12291156
.transition {
12301157
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
12311158
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

docs/1.26/index.html

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

0 commit comments

Comments
 (0)