diff --git a/__tests__/fixtures/tailwind-output-important.css b/__tests__/fixtures/tailwind-output-important.css index 7e5ec4613..880a08ed7 100644 --- a/__tests__/fixtures/tailwind-output-important.css +++ b/__tests__/fixtures/tailwind-output-important.css @@ -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 { diff --git a/__tests__/fixtures/tailwind-output.css b/__tests__/fixtures/tailwind-output.css index eb5e0c67b..025a7a0a2 100644 --- a/__tests__/fixtures/tailwind-output.css +++ b/__tests__/fixtures/tailwind-output.css @@ -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 { diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index 4e6309b14..b9d34e9ab 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -370,8 +370,8 @@ module.exports = { }, strokeWidth: { '0': '0', - '1': '1px', - '2': '2px', + '1': '1', + '2': '2', }, textColor: theme => theme('colors'), width: theme => ({