mirror of
https://github.com/Xevion/factorio-achievements-fixer.git
synced 2025-12-09 06:07:07 -06:00
Byte & Logs sections
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
export default {
|
||||
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
gridTemplateColumns: {
|
||||
16: "repeat(16, minmax(0, 1fr))",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user