Re-add 2xs text size
This commit is contained in:
		
							parent
							
								
									0ea68c462f
								
							
						
					
					
						commit
						f883390dcf
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -50,6 +50,10 @@ module.exports = {
 | 
				
			||||||
      'sans-serif',
 | 
					      'sans-serif',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  textSizes: {
 | 
				
			||||||
 | 
					    ...defaultConfig.textSizes,
 | 
				
			||||||
 | 
					    '2xs': '.625rem', // 10px
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  borderWidths: {
 | 
					  borderWidths: {
 | 
				
			||||||
    ...defaultConfig.borderWidths,
 | 
					    ...defaultConfig.borderWidths,
 | 
				
			||||||
    '6': '6px',
 | 
					    '6': '6px',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue