Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhaura Wachsman <jhaurawachsman@gmail.com>2020-04-28 01:15:07 +0300
committerJhaura Wachsman <jhaurawachsman@gmail.com>2020-04-28 01:15:07 +0300
commitfa97f8c478533610a3005f5af79fcc48e4193e4f (patch)
treeacd72a7626c01343b81e95845828722fc19fba51 /tailwind.config.js
parent65e558cf5243a6ed134dd73898269af96b9e4d62 (diff)
Update class names
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js14
1 files changed, 9 insertions, 5 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index 1679441..f8067c9 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -3,6 +3,9 @@ const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
theme: {
extend: {
+ borderWidth: {
+ '3': '3px',
+ },
boxShadow: {
'b': '0 4px 12px 0 rgba(0, 0, 0, 0.05)',
},
@@ -28,10 +31,11 @@ module.exports = {
'content-title': ['font-content-title', ...defaultTheme.fontFamily.serif],
},
fontSize: {
- '2xs': '0.8125rem', // 13px
- '2sm': '0.9375rem', // 15px
- '2xlp': '1.625rem', // 26px
- '4xlp': '2.5rem', // 40px
+ '13': '0.8125rem', // 13px
+ '15': '0.9375rem', // 15px
+ '21': '1.3125rem', // 21px
+ '26': '1.625rem', // 26px
+ '40': '2.5rem', // 40px
},
letterSpacing: {
'default': 'normal',
@@ -41,7 +45,7 @@ module.exports = {
'tightly': '1.15', // 18.4
},
maxWidth: {
- '2xlp': '42.5rem', // 680
+ '680': '42.5rem', // 680
},
spacing: {
'05': '0.1875rem', // 3px