JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q40456F
  • License ISC

CSS widths and heights

Package Exports

  • area.css

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 (area.css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

area.css

CSS functional width and height module

setup

@import 'node_modules/area/area';

classes

area.css

example

<figure class="width=60vw min-height=30vh">
  <pre class="width=6 max-width=50em height=inherit">
    width: 50%;
    max-width: 50em;
    height: inherit;
  </pre>
</figure>

development

npm start