File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ module.exports = {
76
76
screenMax: 96 , // 96rem === 1536px
77
77
unit: ' rem' , // default is rem but it's also possible to use 'px'
78
78
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.
80
80
},
81
81
// Creates the text-xx classes
82
82
// This are the default settings and analog to the tailwindcss defaults
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tailwindcss-fluid-type" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"description" : " Bring fluid type to tailwindcss" ,
5
5
"main" : " src/index.js" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments