File tree Expand file tree Collapse file tree
postcss-gamut-mapping/src
postcss-progressive-custom-properties/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 },
7373 "bugs" : " https://github.com/csstools/postcss-plugins/issues" ,
7474 "keywords" : [
75+ " alpha" ,
7576 " color" ,
7677 " css" ,
7778 " design" ,
78- " alpha" ,
7979 " postcss" ,
8080 " postcss-plugin"
8181 ],
Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ const creator: PluginCreator<pluginOptions> = () => {
169169 const parentClone = parent . clone ( ) ;
170170 parentClone . removeAll ( ) ;
171171
172- // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
173172 parentClone . raws . before = '\n' ;
174173
175174 const clone = item . clone ( ) ;
Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ const creator: PluginCreator<null> = () => {
120120 const parentClone = decl . parent . clone ( ) ;
121121 parentClone . removeAll ( ) ;
122122
123- // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
124123 parentClone . raws . before = '\n' ;
125124
126125 parentClone . append ( decl . clone ( ) ) ;
You can’t perform that action at this time.
0 commit comments