Skip to content

Commit 99b841b

Browse files
committed
🐛 fix: fix bug that when you set a prefix, the core font sizes are also fluid
1 parent 5ea71e3 commit 99b841b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = {
7676
screenMax: 96, // 96rem === 1536px
7777
unit: 'rem', // default is rem but it's also possible to use 'px'
7878
prefix: '', // set a prefix to use it alongside the default font sizes
79-
extendValues: true, // When you set values it will extend the default values. Set this to false to overwrite the values.
79+
extendValues: true, // When you set extendValues to true it will extend the default values. Set it to false to overwrite the values.
8080
},
8181
// Creates the text-xx classes
8282
// This are the default settings and analog to the tailwindcss defaults

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-fluid-type",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Bring fluid type to tailwindcss",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)