This package has been deprecated

Author message:

Camp CSS is no longer maintained. Please visit activecampaign.design.

camp-css

0.14.9 • Public • Published

camp-css

CSS behind the distinctive style of ActiveCampaign

npm license npm bundle size (minified + gzip) David

Usage

From the CDN:

<link rel="stylesheet" href="https://unpkg.com/camp-css@latest/css/camp.min.css">

From yarn

yarn add camp-css

From npm

npm install camp-css

Now import the package wherever your css is compiled:

@import 'camp-css';

If you have installed camp as a package and would like to reference the variables used by the package itself, you may import the source scss file rather than the compiled css file. From your projects scss add the following

@import 'camp-css/scss/camp';

Contributing

  1. Create a fork of the ActiveCampaign/camp-css repository.
  2. Create a new branch to do your work on.
  3. Make your fixes, edits, changes, updates, etc. Commit your changes and push to your branch.
  4. Update CHANGELOG.md with your changes.
  5. When you're ready to merge, create a pull request.
  6. Once the PR is approved, run npm version <major|minor|patch> to version the node module.
  7. Merge the files and delete the branch.
  8. Run npm publish to publish the updated node module.
  9. If necessary, update any relevant documentation according to your changes. If your merge creates breaking changes, have a plan in place to ensure the necessary people are aware of your changes.

Package Sidebar

Install

npm i camp-css

Weekly Downloads

41

Version

0.14.9

License

MIT

Unpacked Size

898 kB

Total Files

74

Last publish

Collaborators

  • activecampaign-eng
  • cjbrand
  • nickcil
  • rdydns