mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 00:53:19 +08:00
style: biome
优化访客统计动画逻辑
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import postcssImport from 'postcss-import';
|
||||
import postcssNesting from 'tailwindcss/nesting/index.js';
|
||||
import tailwindcss from 'tailwindcss';
|
||||
import postcssImport from "postcss-import";
|
||||
import tailwindcss from "tailwindcss";
|
||||
import postcssNesting from "tailwindcss/nesting/index.js";
|
||||
|
||||
export default {
|
||||
plugins: {
|
||||
'postcss-import': postcssImport, // to combine multiple css files
|
||||
'tailwindcss/nesting': postcssNesting,
|
||||
tailwindcss: tailwindcss,
|
||||
}
|
||||
plugins: {
|
||||
"postcss-import": postcssImport, // to combine multiple css files
|
||||
"tailwindcss/nesting": postcssNesting,
|
||||
tailwindcss: tailwindcss,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user