2017-01-28 9 views
0

スターターテンプレートのいくつかのカスタムスタイル(たとえば.box4)をstarter-template.cssに定義しましたが、使用されていないようです。 リンク内のファイル名を変更しても、ファイルが存在しないためにエラーメッセージは表示されません。予想通りjade-bootstrapにカスタムスタイルを追加する方法

starter.jade

extends ../_bootstrap 
append styles 
    // Custom styles for this template 
    link(href='../css/starter-template2.css', rel='stylesheet') 

home.jade

extends jade-bootstrap/layouts/starter 

block body 
    include ./includes/head.jade 
    .container 
     .row 
      .box4 

答えて

0

cssファイルにエラーメッセージが欠落している場合ではなく、ブラウザで、ログには明らかです。