File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def generate_scss(data):
5757
5858 group = [ '.%s' % (data ['name' ].lower ()) ]
5959 for ionicon in data ['icons' ]:
60- group .append ('.%s%s ' % (css_prefix , ionicon ['name' ]) )
60+ group .append ('.#{$ionicons-prefix}%s ' % (ionicon ['name' ]) )
6161
6262 d .append ( ',\n ' .join (group ) )
6363
Original file line number Diff line number Diff line change 890890.#{$ionicons-prefix } wifi :before { content : $ionicon-var-wifi ; }
891891.#{$ionicons-prefix } wineglass :before { content : $ionicon-var-wineglass ; }
892892.#{$ionicons-prefix } woman :before { content : $ionicon-var-woman ; }
893- .#{$ionicons-prefix } wrench :before { content : $ionicon-var-wrench ; }
893+ .#{$ionicons-prefix } wrench :before { content : $ionicon-var-wrench ; }
You can’t perform that action at this time.
0 commit comments