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 ).
$ npm install sass-basis
@import /PATH/TO/node_modules/sass-basis/src/scss/basis;
IF you want to use build files, just do this.
$ cd /PATH/TO/sass-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]-->
And support IE8 ( Not perfect )
<!--[if lt IE 9]>
<script src="/PATH/TO/basis/vendor/html5.js"></script>
<![endif]-->
Modern Browser and IE10+
Please make an issue if there is a problem and needs. Please don't make the new issue if the issue of the same content already exists. If you can coding, please give me a pull request. But, please do not send in the master branch. Pull request sent to the master branch doesn't merge.
MIT License
July 16, 2016 v5.2.0
bs-bp-md-max()
#89aria-hidden="true"
should not be display: none;
fix #85._c-row
component_space()
#86bs-padding()
#86._c-row__col--justify
#87._u-visible-[size]-flex
#88bs-col-width()
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.