michitux / dokuwiki-plugin-move

Move and rename pages and namespaces whilst maintaining the links
http://www.dokuwiki.org/plugin:move
GNU General Public License v2.0
40 stars 20 forks source link

a fatal error occured during compilation of the CSS files #122

Open renqiang06 opened 7 years ago

renqiang06 commented 7 years ago

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

splitbrain commented 7 years ago

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

related: splitbrain/dokuwiki#1792

renqiang06 commented 7 years ago

@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