mirror of
https://github.com/2234839/web-font.git
synced 2025-04-05 12:12:43 +08:00
20 lines
326 B
JavaScript
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: [],
|
|
};
|