JSPM

calloutcss

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q20309F
  • License MIT

A set of CSS styles which allows for adding callouts to your website.

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 calloutcss

NPM

$ npm install calloutcss

Development:

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 install

Build/Compile the SCSS:

$ npm run build

NOTE: 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.

Code copyright 2018 TheYorkshireDev (Steven Cooney). Code released under the MIT license.