From 0bbe669cd62169ebd3dd3d31ebfc8ea151329b74 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 20 Oct 2017 12:10:56 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20md=20text=20size=20alias=20(?= =?UTF-8?q?=F0=9F=96=95=F0=9F=8F=BB)=20and=20align=20pixel=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/defaultConfig.js | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/defaultConfig.js b/src/defaultConfig.js index 2d7fcd100..be4e04f73 100644 --- a/src/defaultConfig.js +++ b/src/defaultConfig.js @@ -85,15 +85,14 @@ module.exports = { 'mono': '"SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace', }, sizes: { - 'base': '1rem', // 16px - 'xs': '.75rem', // 12px - 'sm': '.875rem', // 14px - 'md': '1rem', // 16px - 'lg': '1.125rem', // 18px - 'xl': '1.25rem', // 20px - '2xl': '1.75rem', // 28px - '3xl': '2.375rem', // 38px - '4xl': '2.875rem', // 46px + 'xs': '.75rem', // 12px + 'sm': '.875rem', // 14px + 'base': '1rem', // 16px + 'lg': '1.125rem', // 18px + 'xl': '1.25rem', // 20px + '2xl': '1.75rem', // 28px + '3xl': '2.375rem', // 38px + '4xl': '2.875rem', // 46px }, weights: { 'hairline': 100,