update
This commit is contained in:
11
tokens.config.ts
Normal file
11
tokens.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineTheme } from "pinceau";
|
||||
|
||||
export default defineTheme({
|
||||
typography: {
|
||||
// This will change the general line-break size
|
||||
letterSpacings: {
|
||||
tight: "-0.035em",
|
||||
wide: "0.035em",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user