JSPM

tree-spacing-responsive

0.1.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q19757F
  • License MIT

Responsively controlled width classes.

Package Exports

  • tree-spacing-responsive

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tree-spacing-responsive) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Spacing-responsive

The spacing-responsive module provides breakpoint-based classes for nudging margins and paddings around responsively, e.g. .lap-mb0, .desk-mb++.

Dependencies

The spacing-responsive module depends on four other modules:

If you install the spacing-responsive module using Bower or npm, you will get these dependencies at the same time. If not using Bower or npm, please be sure to install and @import these dependencies in the relevant way.

Installation

You can install spacing-responsive module via Bower, npm, Git Submodule, or copy and paste.

Install using Bower:

$ bower install tree-spacing-responsive --save

Once installed, @import into your project in its Trump layer:

@import "bower_components/tree-spacing-responsive/trump.spacing-responsive";

Install using npm:

$ npm install tree-spacing-responsive --save

Install as a Git Submodule:

$ git submodule add git@github.com:treeframework/trump.spacing-responsive.git

Once installed, @import into your project in its Trump layer:

@import "trump.spacing-responsive/trump.spacing-responsive";

Install via file download

The least recommended option for installation is to simply download _trump.spacing-responsive.scss into your project and @import it into your project in its Trump layer.

Credits

  • inuitcss Powerful, Sass-based, OOCSS framework designed with scalability and performance in mind.