web-font/static/tailwind.config.js
2020-03-19 17:34:41 +08:00

20 lines
326 B
JavaScript

module.exports = {
theme: {
extend: {
textColor: {
"rgb-999": "#999",
"rgb-666": "#666",
"rgb-333": "#333",
},
backgroundColor: {
"rgb-F5": "#F5F5F5",
},
placeholderColor: {
"rgb-B3": "#B3B3B3",
},
},
},
variants: {},
plugins: [],
};