Truncate long URLs

This commit is contained in:
Oliver Davies 2018-12-26 12:36:48 +00:00
parent 1e030e5277
commit af9a848b84
2 changed files with 6 additions and 5 deletions

View file

@ -44,6 +44,7 @@ let defaultConfig = require('tailwindcss/defaultConfig')()
*/
let colors = {
'inherit': 'inherit',
'transparent': 'transparent',
'black': '#22292f',