
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
This gem is build for developer who use sass compass in rails and donot like to use bootstrap.
Sass-buttons depends on the Buttons
I only make the gem used 'Buttons'
Maintained by Lester Zhao
(See Rails notes below)
Install gem from the command line:
(sudo) gem install sass-buttons
Installing Sass Buttons:
# Edit the project configuration file and add:
require 'sass-buttons'
# From the command line:
compass install sass-buttons
#import sass buttons partial into your sass/scss file
@import "sass-buttons"
# Edit your project Gemfile and add the following line
gem 'sass-buttons'
# Edit your application.css(.sass|.scss) file in the assets/stylesheets folder and add
@import "sass-buttons"
# Bundle your gems to get the sass-buttons plugin to compass
$ bundle install
This gem hasn't include any mixin.
You can use sass-buttons only as below:
<a href="#" class="button button-rounded button-flat">press me</a>
<a href="#" class="button button-rounded button-flat-primary">press me</a>
<a href="#" class="button button-rounded button-flat-action">press me</a>
<a href="#" class="button button-rounded button-flat-highlight">press me</a>
<a href="#" class="button button-rounded button-flat-caution">press me</a>
<a href="#" class="button button-rounded button-flat-royal">press me</a>
you can use input or button tags to replace the a tag in the codes.
for more document please click Buttons
FAQs
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.