Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
pusher-chameleon
Advanced tools
Chameleon is a library of front-end assets that can be used across Pusher. The general layout and grid have been taken from Foundation for Sites, with our custom components and elements added in on top.
Chameleon can currently be imported as both a node module, and a ruby gem. Then, import the base chameleon stylesheet in to your project. This includes all of the functions, variables, and mixins that are required:
// For a node project
@import "~pusher-chameleon/stylesheets/chameleon.scss";
// For a ruby project via sprockets
@import "chameleon";
You can pick and choose which components you require, so these will need to be explicitly included:
@include CHAMELEON-grid;
@include CHAMELEON-typography;
...
Follow these steps to publish a new version of Chameleon:
package.json
rake chameleon:publish
This rake task will publish a new version of Chameleon to the npm registry, push to RubyGems, and build a new version of the docs.
Our fonts are hosted on a CDN (see global.scss). If you're adding Chameleon in to a new project that sits on a new domain, then this will need to be added to the CORS config in the AWS S3 bucket.
Logo by Agne Alesiute via TheNounProject
FAQs
A collection of front-end patterns used across Pusher.
The npm package pusher-chameleon receives a total of 3 weekly downloads. As such, pusher-chameleon popularity was classified as not popular.
We found that pusher-chameleon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.