File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ module.exports = (opts = {}) => {
5050 }
5151
5252 return {
53- postcssPlugin : 'postcss-dark-theme-class' ,
5453 AtRuleExit : {
5554 media : atrule => {
5655 if ( ! atrule . params . includes ( 'dark' ) ) return
@@ -93,7 +92,8 @@ module.exports = (opts = {}) => {
9392 }
9493 }
9594 }
96- }
95+ } ,
96+ postcssPlugin : 'postcss-dark-theme-class'
9797 }
9898}
9999module . exports . postcss = true
Original file line number Diff line number Diff line change 3838 "postcss" : " ^8.2.14"
3939 },
4040 "devDependencies" : {
41- "@logux/eslint-config" : " ^49.0.0" ,
42- "c8" : " ^7.13.0" ,
43- "clean-publish" : " ^4.1.1" ,
44- "eslint" : " ^8.36.0" ,
45- "eslint-config-standard" : " ^17.0.0" ,
46- "eslint-plugin-import" : " ^2.27.5" ,
47- "eslint-plugin-n" : " ^15.6.1" ,
41+ "@logux/eslint-config" : " ^51.0.1" ,
42+ "c8" : " ^8.0.1" ,
43+ "clean-publish" : " ^4.2.0" ,
44+ "eslint" : " ^8.47.0" ,
45+ "eslint-config-standard" : " ^17.1.0" ,
46+ "eslint-plugin-import" : " ^2.28.0" ,
47+ "eslint-plugin-n" : " ^16.0.1" ,
48+ "eslint-plugin-perfectionist" : " ^1.5.1" ,
4849 "eslint-plugin-prefer-let" : " ^3.0.1" ,
4950 "eslint-plugin-promise" : " ^6.1.1" ,
50- "postcss" : " ^8.4.21 " ,
51+ "postcss" : " ^8.4.27 " ,
5152 "uvu" : " ^0.5.6"
5253 },
5354 "prettier" : {
You can’t perform that action at this time.
0 commit comments