Sha256: ad2fbb06fc0d7888b2c20791ccf55a0a42506c19ea3bb446fbdae0fb719baab3

Contents?: true

Size: 870 Bytes

Versions: 1

Compression:

Stored size: 870 Bytes

Contents

@import "mixins/components.typography";

.c-text {
  @include text;
}

.c-text--mono {
  @include text--mono;
}

.c-text--highlight {
  @include text--highlight;
}

.c-text--quiet {
  @include text--quiet;
}

.c-text--loud {
  @include text--loud;
}

.c-text--help[title] {
  @include text--help;
}

.c-pre {
  margin: 0;
}

.c-code {
  @include code;
}

.c-code--multiline {
  @include code--multiline;
}

.c-kbd {
  @include keyboard-keys;
}

.c-blockquote {
  @include quotation;
}

.c-blockquote--primary {
  @include quotation--primary;
}

.c-blockquote--secondary {
  @include quotation--secondary;
}

.c-blockquote--success {
  @include quotation--success;
}

.c-blockquote--error {
  @include quotation--error;
}

.c-blockquote__body {
  @include quotation__body;
}

.c-blockquote__footer {
  @include quotation__footer;
}

.c-paragraph {
  @include paragraph;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blaze-css-rails-0.0.1 app/assets/stylesheets/components.typography.scss