File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- <a href =" https://jamstackconf.com" class =" block p-2 md:py-2 text-center text-white font-bold text-xs md:text-sm bg-gradient-jams bg-gradient-pink-orange" >
2- Join us at Jamstack Conf Virtual, October 6-7. <span class =" underline" >Register now!</span >
1+ <a href =" https://jamstackconf.com" class =" block p-2 md:py-2 text-center text-white font-bold text-xs md:text-sm bg-gradient-jams bg-gradient-pink-orange group " >
2+ Join us at Jamstack Conf Virtual, October 6-7. <span class =" underline group-hover:no-underline " >Register now!</span >
33</a >
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ module.exports = {
3838 }
3939 } ,
4040 variants : {
41- borderRadius : [ "last" ]
41+ borderRadius : [ "last" ] ,
42+ textDecoration : [ "group-hover" ]
4243 } ,
4344 plugins : [ ]
4445}
You can’t perform that action at this time.
0 commit comments