mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove units from stroke width
This commit is contained in:
parent
5187825ba7
commit
bbe23fdba2
@ -6866,11 +6866,11 @@ video {
|
||||
}
|
||||
|
||||
.stroke-1 {
|
||||
stroke-width: 1px !important;
|
||||
stroke-width: 1 !important;
|
||||
}
|
||||
|
||||
.stroke-2 {
|
||||
stroke-width: 2px !important;
|
||||
stroke-width: 2 !important;
|
||||
}
|
||||
|
||||
.table-auto {
|
||||
@ -16228,11 +16228,11 @@ video {
|
||||
}
|
||||
|
||||
.sm\:stroke-1 {
|
||||
stroke-width: 1px !important;
|
||||
stroke-width: 1 !important;
|
||||
}
|
||||
|
||||
.sm\:stroke-2 {
|
||||
stroke-width: 2px !important;
|
||||
stroke-width: 2 !important;
|
||||
}
|
||||
|
||||
.sm\:table-auto {
|
||||
@ -25591,11 +25591,11 @@ video {
|
||||
}
|
||||
|
||||
.md\:stroke-1 {
|
||||
stroke-width: 1px !important;
|
||||
stroke-width: 1 !important;
|
||||
}
|
||||
|
||||
.md\:stroke-2 {
|
||||
stroke-width: 2px !important;
|
||||
stroke-width: 2 !important;
|
||||
}
|
||||
|
||||
.md\:table-auto {
|
||||
@ -34954,11 +34954,11 @@ video {
|
||||
}
|
||||
|
||||
.lg\:stroke-1 {
|
||||
stroke-width: 1px !important;
|
||||
stroke-width: 1 !important;
|
||||
}
|
||||
|
||||
.lg\:stroke-2 {
|
||||
stroke-width: 2px !important;
|
||||
stroke-width: 2 !important;
|
||||
}
|
||||
|
||||
.lg\:table-auto {
|
||||
@ -44317,11 +44317,11 @@ video {
|
||||
}
|
||||
|
||||
.xl\:stroke-1 {
|
||||
stroke-width: 1px !important;
|
||||
stroke-width: 1 !important;
|
||||
}
|
||||
|
||||
.xl\:stroke-2 {
|
||||
stroke-width: 2px !important;
|
||||
stroke-width: 2 !important;
|
||||
}
|
||||
|
||||
.xl\:table-auto {
|
||||
|
||||
@ -6866,11 +6866,11 @@ video {
|
||||
}
|
||||
|
||||
.stroke-1 {
|
||||
stroke-width: 1px;
|
||||
stroke-width: 1;
|
||||
}
|
||||
|
||||
.stroke-2 {
|
||||
stroke-width: 2px;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.table-auto {
|
||||
@ -16228,11 +16228,11 @@ video {
|
||||
}
|
||||
|
||||
.sm\:stroke-1 {
|
||||
stroke-width: 1px;
|
||||
stroke-width: 1;
|
||||
}
|
||||
|
||||
.sm\:stroke-2 {
|
||||
stroke-width: 2px;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.sm\:table-auto {
|
||||
@ -25591,11 +25591,11 @@ video {
|
||||
}
|
||||
|
||||
.md\:stroke-1 {
|
||||
stroke-width: 1px;
|
||||
stroke-width: 1;
|
||||
}
|
||||
|
||||
.md\:stroke-2 {
|
||||
stroke-width: 2px;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.md\:table-auto {
|
||||
@ -34954,11 +34954,11 @@ video {
|
||||
}
|
||||
|
||||
.lg\:stroke-1 {
|
||||
stroke-width: 1px;
|
||||
stroke-width: 1;
|
||||
}
|
||||
|
||||
.lg\:stroke-2 {
|
||||
stroke-width: 2px;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.lg\:table-auto {
|
||||
@ -44317,11 +44317,11 @@ video {
|
||||
}
|
||||
|
||||
.xl\:stroke-1 {
|
||||
stroke-width: 1px;
|
||||
stroke-width: 1;
|
||||
}
|
||||
|
||||
.xl\:stroke-2 {
|
||||
stroke-width: 2px;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.xl\:table-auto {
|
||||
|
||||
@ -370,8 +370,8 @@ module.exports = {
|
||||
},
|
||||
strokeWidth: {
|
||||
'0': '0',
|
||||
'1': '1px',
|
||||
'2': '2px',
|
||||
'1': '1',
|
||||
'2': '2',
|
||||
},
|
||||
textColor: theme => theme('colors'),
|
||||
width: theme => ({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user