Sha256: 4f35a8ae157dc5b3bca7726485d09d3e7212c6293907cebdccf260ed96853952

Contents?: true

Size: 602 Bytes

Versions: 8

Compression:

Stored size: 602 Bytes

Contents

// This file is part of the DITA Open Toolkit project. See the accompanying LICENSE.md file for applicable licenses.

// Sass partial for DITA 1.3 XML mention domain

$code-fonts: Menlo, Monaco, Consolas, 'Courier New', monospace;
$markup-color: #639;

@mixin markupname {
  color: $markup-color;
  font-family: $code-fonts;
}

.numcharref {
  @include markupname;
}

.parameterentity {
  @include markupname;
}

.textentity {
  @include markupname;
}

.xmlatt {
  @include markupname;
}

.xmlelement {
  @include markupname;
}

.xmlnsname {
  @include markupname;
}

.xmlpi {
  @include markupname;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cms-dita-jekyll-theme-0.1.7 _sass/_xml-d.scss
cms-dita-jekyll-theme-0.1.6 _sass/_xml-d.scss
cms-dita-jekyll-theme-0.1.5 _sass/_xml-d.scss
cms-dita-jekyll-theme-0.1.4 _sass/_xml-d.scss
cms-dita-jekyll-theme-0.1.3 _sass/_xml-d.scss
cms-dita-jekyll-theme-0.1.2 _sass/_xml-d.scss
cms-dita-jekyll-theme-0.1.1 _sass/_xml-d.scss
cms-dita-jekyll-theme-0.1.0 _sass/_xml-d.scss