File tree Expand file tree Collapse file tree 1 file changed +9
-20
lines changed
Expand file tree Collapse file tree 1 file changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -78,28 +78,17 @@ const config = {
7878 md : "calc(var(--radius) - 2px)" ,
7979 sm : "calc(var(--radius) - 4px)" ,
8080 } ,
81- typography ( theme ) {
82- return {
83- DEFAULT : {
84- css : {
85- code : {
86- // color: theme("colors.slate.500"),
87- // backgroundColor: theme('colors.stone.100'),
88- // borderRadius: theme('borderRadius.DEFAULT'),
89- // paddingLeft: theme("spacing[1.5]"),
90- // paddingRight: theme("spacing[1.5]"),
91- // paddingTop: theme("spacing.1"),
92- // paddingBottom: theme("spacing.1"),
93- } ,
94- "code::before" : {
95- content : '""' ,
96- } ,
97- "code::after" : {
98- content : '""' ,
99- } ,
81+ typography : {
82+ DEFAULT : {
83+ css : {
84+ "code::before" : {
85+ content : '""' ,
86+ } ,
87+ "code::after" : {
88+ content : '""' ,
10089 } ,
10190 } ,
102- } ;
91+ } ,
10392 } ,
10493 } ,
10594 } ,
You can’t perform that action at this time.
0 commit comments