Package Exports
- calloutcss
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 (calloutcss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CalloutCSS
A Bower and NPM component holding CSS definitions for callouts. No Javascript or dependencies, ideal for use in any project which wants to add callout functionality.
Installation:
Bower
$ bower install calloutcssNPM
$ npm install calloutcssDevelopment:
To pull and develop this package NPM and webpack is used to manage the development dependencies and transpile the SCSS file into the final CSS distribution.
Setup Environment:
$ npm installBuild/Compile the SCSS:
$ npm run buildNOTE: hack.js is used as part of the build step generating ignore.js, however this is an
artefact of the build stage and is not packaged in releases. Unfortunately Webpack MUST have
a javascript entry point from which any (S)CSS is gathered and then output for distribution.
Copyright and license
Code copyright 2018 TheYorkshireDev (Steven Cooney). Code released under the MIT license.