Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
chameleon-sass
Advanced tools
Add to your Gemfile:
gem 'chameleon-sass'
Add to your main Sass stylesheet:
@import "chameleon";
From the command line:
gem install chameleon-sass
Add to the top of your Compass config file (usually config.rb):
require 'chameleon-sass'
Add to your main Sass stylesheet:
@import "chameleon"
From the command line:
bower install chameleon-sass
If you are using Compass you can add the import path to your Compass config file (usually config.rb):
add_import_path "bower_components/chameleon-sass/assets/stylesheets/"
Otherwise, you will need to manually add the above path to your @import.
Add to your main Sass stylesheet:
@import "chameleon"
One of the defining feature of Chameleon is that no CSS is generated until you explictly declare the generation of some classes.
Let's get started by adding some building blocks of a responsive grid:
@include grid-defaults();
@include classes("cols-spaced", $on: ("base" "fablet-up" "tablet-up" "desktop-up"))
@include classes("cols-to-rows", $on: ("base" "mobile" "fablet-down" "tablet-down"))
FAQs
A styleless Sass framework for responsive user interfaces
The npm package chameleon-sass receives a total of 4 weekly downloads. As such, chameleon-sass popularity was classified as not popular.
We found that chameleon-sass demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.