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
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