NickCiliak / camp-css

CSS behind the distinctive style of ActiveCampaign

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

CSS behind the distinctive style of ActiveCampaign

License:MIT License


Languages

Language:CSS 99.7%Language:JavaScript 0.3%