Skip to content

Commit 620cf0d

Browse files
committed
fix: remove padding auto
1 parent ef776ce commit 620cf0d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,56 +1042,48 @@ export const pt_2: string = "pt-2";
10421042
export const pt_3: string = "pt-3";
10431043
export const pt_4: string = "pt-4";
10441044
export const pt_5: string = "pt-5";
1045-
export const pt_auto: string = "pt-auto";
10461045

10471046
export const pb_0: string = "pb-0";
10481047
export const pb_1: string = "pb-1";
10491048
export const pb_2: string = "pb-2";
10501049
export const pb_3: string = "pb-3";
10511050
export const pb_4: string = "pb-4";
10521051
export const pb_5: string = "pb-5";
1053-
export const pb_auto: string = "pb-auto";
10541052

10551053
export const ps_0: string = "ps-0";
10561054
export const ps_1: string = "ps-1";
10571055
export const ps_2: string = "ps-2";
10581056
export const ps_3: string = "ps-3";
10591057
export const ps_4: string = "ps-4";
10601058
export const ps_5: string = "ps-5";
1061-
export const ps_auto: string = "ps-auto";
10621059

10631060
export const pe_0: string = "pe-0";
10641061
export const pe_1: string = "pe-1";
10651062
export const pe_2: string = "pe-2";
10661063
export const pe_3: string = "pe-3";
10671064
export const pe_4: string = "pe-4";
10681065
export const pe_5: string = "pe-5";
1069-
// 与 pointer event none 重复了
1070-
// export const pe_auto: string = "pe-auto";
10711066

10721067
export const px_0: string = "px-0";
10731068
export const px_1: string = "px-1";
10741069
export const px_2: string = "px-2";
10751070
export const px_3: string = "px-3";
10761071
export const px_4: string = "px-4";
10771072
export const px_5: string = "px-5";
1078-
export const px_auto: string = "px-auto";
10791073

10801074
export const py_0: string = "py-0";
10811075
export const py_1: string = "py-1";
10821076
export const py_2: string = "py-2";
10831077
export const py_3: string = "py-3";
10841078
export const py_4: string = "py-4";
10851079
export const py_5: string = "py-5";
1086-
export const py_auto: string = "py-auto";
10871080

10881081
export const p_0: string = "p-0";
10891082
export const p_1: string = "p-1";
10901083
export const p_2: string = "p-2";
10911084
export const p_3: string = "p-3";
10921085
export const p_4: string = "p-4";
10931086
export const p_5: string = "p-5";
1094-
export const p_auto: string = "p-auto";
10951087

10961088
// horizontal centering
10971089

0 commit comments

Comments
 (0)