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.
Pictos icons for the Rails asset pipeline. Extracted from Sencha Touch GNU license framework. The sprite icons come in the following sizes:
Simply require the css (or scss) stylesheet in your stylesheet manifest, fx app/assets/stylesheets/application.css
/*
*= require pictos
*= require pictos-15
*= require pictos-30
*= require pictos-60
*/
Use like this:
<ul class='p30.pictos'>
<li class='pic action'></li>
</ul>
<ul class='p15.pictos'>
<li class='pic search'></li>
</ul>
Or in HAML
%ul.p60.pictos
%li.pic.action
%li.pic.search
You don't have to use an unordered list with list items, but it gives a nice result. You simply have to ensure that you are using block elements that can take a background image ;).
See the world-flags gem for more info, tips etc.
This gem also includes a sprite utility: lib/tools/resize_css.rb
for generating sprite sets of different sizes :)
Usage example
$ cd lib/pictos-icons/tools/
$ edit resize_css.rb # change the run arguments at the bottom!
$ ruby resize_css.rb
TODO: Make resize tool into a rake task or similar which can take arguments!
Copyright (c) 2012 Kristian Mandrup. See LICENSE.txt for further details. (Icons extracted from Sencha Touch 2 GNU version)
FAQs
Unknown package
We found that pictos-icons 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.