学習目標の文字列を設定し、コンテンツ メソッドを使用してこれらの項目を呼び出して表示します。静的文字列を具体的に宣言しない限り、コンテンツ メソッドが正しく機能しません。これは content メソッドの正しい構文ですか?
&.toc-section .listitem{
display:none;
string-set: cnx-learning-objectives content();
}
&:after {
display:block;
background-color: @green;
content: cnx-learning-objectives content();
color: red !important;
}