Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
sass-basis
Advanced tools
A lightweight responsive CSS framework based on flexible box ( flexbox )
http://inc2734.github.io/basis/
https://github.com/inc2734/basis
$ npm install sass-basis
@import /PATH/TO/node_modules/basis/src/scss/basis;
or Just this link.
<link rel="stylesheet" href="/PATH/TO/node_modules/basis/dist/css/basis.min.css" />
$ cd /PATH/TO/basis
$ npm install
$ gulp build
@import /PATH/TO/basis/src/scss/basis;
or Just this link.
<link rel="stylesheet" href="/PATH/TO/basis/dist/css/basis.min.css" />
Support IE9 ( Not perfect )
<!--[if lt IE 10]>
<link rel="stylesheet" href="/PATH/TO/basis/dist/css/plugin/basis-ie9/basis-ie9.min.css" />
<![endif]-->
Modern Browser and IE10+
._c-row__col--flex
and added ._c-row--fill
._c-row--row
, ._c-row--column
GPLv2 or later
February 28, 2016 v2.1.2
FAQs
A lightweight responsive Sass/CSS framework based on flexible box.
The npm package sass-basis receives a total of 24 weekly downloads. As such, sass-basis popularity was classified as not popular.
We found that sass-basis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.