
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
compass-symbolset-plugin
Advanced tools
Keep in mind you'll need to buy the font libraries from Symbolset for this plugin to be of any use to you and your project
$ gem update --system
$ gem install compass-symbolset-plugin
Add the following to your config.rb
in your compass project
require 'compass-symbolset'
Import it in your .scss
file.
@import 'compass-symbolset'
In your .scss
file that imports the stylesheets, we now use sass variable triggers. All styles are off by default. Turn them on by switching the variable.
$use-ss-standard: true; // If you want to use Standard Symbolset
SS-Standard => 1.004
SS-Social-Circle => 1.005
SS-Social-Regular => 1.005
Copy the font libraries to your font_dir
.
Update your js files.
Currently this only supports a small fraction of the available sets from Symbolset. If you could fork and provide the css ( use the @include font-face()
compass syntax ) to other sets ( one fork per set please :) ), I'd truely apprieciate it. My goal is to have every set available via this gem.
FAQs
Unknown package
We found that compass-symbolset-plugin 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.