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 43
43
44
44
< main class ="">
45
45
< article class ="bg-near-white bt b--black-10 pa3 ph5-ns ">
46
- < h4 class ="f4 mv0 fw6 dib mr4 "> hovers</ h4 >
46
+ < h4 class ="f4 mv0 fw6 dib mr4 "> tachyons- hovers</ h4 >
47
47
< span class ="f4 b dib pl0 ml0 mr4 "> v2.0.4</ span >
48
48
< span class ="f4 b dib pl0 ml0 mr4 "> 149 B</ span >
49
49
< div >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ var module = require('tachyons-hovers/package.json')
9
9
var moduleCss = fs . readFileSync ( 'node_modules/tachyons-hovers/css/tachyons-hovers.min.css' , 'utf8' )
10
10
var moduleObj = cssstats ( moduleCss )
11
11
var moduleSize = filesize ( moduleObj . gzipSize )
12
- var moduleName = module . name . split ( "tachyons-" ) . pop ( )
12
+ var moduleName = module . name
13
13
14
14
var srcCSS = fs . readFileSync ( './src/css/_hovers.css' , 'utf8' )
15
15
var navDocs = fs . readFileSync ( './src/templates/nav_docs.html' , 'utf8' )
You can’t perform that action at this time.
0 commit comments