First version
This commit is contained in:
24
CTOAsYouGo/node_modules/tailwindcss/lib/flagged/extendedFontSizeScale.js
generated
vendored
Normal file
24
CTOAsYouGo/node_modules/tailwindcss/lib/flagged/extendedFontSizeScale.js
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var _default = {
|
||||
theme: {
|
||||
extend: {
|
||||
fontSize: {
|
||||
'7xl': ['5rem', {
|
||||
lineHeight: '1'
|
||||
}],
|
||||
'8xl': ['6rem', {
|
||||
lineHeight: '1'
|
||||
}],
|
||||
'9xl': ['8rem', {
|
||||
lineHeight: '1'
|
||||
}]
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
exports.default = _default;
|
||||
Reference in New Issue
Block a user