PHP Classes

File: engine/modules/contrib/foundation/source/scss/typography/_typography.scss

Recommend this page to a friend!
  Classes of Aldo Tripiciano   Quanta CMS   engine/modules/contrib/foundation/source/scss/typography/_typography.scss   Download  
File: engine/modules/contrib/foundation/source/scss/typography/_typography.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Quanta CMS
Manage content that works without a database
Author: By
Last change:
Date: 6 years ago
Size: 512 bytes
 

Contents

Class file image Download
// Foundation for Sites by ZURB // foundation.zurb.com // Licensed under MIT Open Source //// /// @group typography //// // Base typography styles (tags only) @import 'base'; // Typography helper classes (classes only) @import 'helpers'; // Text alignment classes @import 'alignment'; // Print styles @import 'print'; @mixin foundation-typography { @include foundation-typography-base; @include foundation-typography-helpers; @include foundation-text-alignment; @include foundation-print-styles; }