dokuwiki-plugin-move icon indicating copy to clipboard operation
dokuwiki-plugin-move copied to clipboard

a fatal error occured during compilation of the CSS files

Open renqiang06 opened this issue 8 years ago • 2 comments

Variable @ini_link is undefined :failed at ‘color:@ini_link;'in /lib/plugins/move/style.less at line 73 #plugin_move__preview { span { cursor: pointer; color: @ini_link; } Templates :vector /bootstrap3 is fault Templates :dokuwiki is ok why? How should i do ? THX

renqiang06 avatar Aug 31 '17 11:08 renqiang06

Looks like the plugin is using a non-guaranteed placeholder.

related: splitbrain/dokuwiki#1792

splitbrain avatar Sep 01 '17 14:09 splitbrain

@splitbrain THX After compared the 'style.ini' file in different tpls, i found the '@ini_link'. ; these are used for links __link__ = "#2b73b7" ; @ini_link __existing__ = "#080" ; @ini_existing __missing__ = "#d30" ; @ini_missing

renqiang06 avatar Sep 02 '17 06:09 renqiang06