@artilleryio/alpha-centauri-theme
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@artilleryio/alpha-centauri-theme", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "TailwindCSS theme for Alpha Centauri design system built by the Artillery team.", | ||
@@ -5,0 +5,0 @@ "main": "theme.js", |
12
theme.js
module.exports = { | ||
fontFamily: { | ||
mono: [ | ||
'ui-monospace', | ||
'SFMono-Regular', | ||
'Menlo', | ||
'Monaco', | ||
'Consolas', | ||
'Liberation Mono', | ||
'Courier New', | ||
'monospace', | ||
], | ||
}, | ||
extend: { | ||
@@ -15,0 +3,0 @@ fontSize: { |
2173
24