Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
awesome-bemcss
Advanced tools
Lightweight CSS framework that build in top of SASS with BEM CSS convention as alternative of Twitter Bootstrap.
Simple CSS Framework with BEM CSS convention implementation
npm install awesome-bemcss
Using CSS Native :
<!-- awesome-bemcss css depedency -->
<link rel="stylesheet" href="{URL_PATH}/css/awesome-bemcss.min.css" rel="stylesheet"/>
<!-- jquery library - {optional - if you want use the script} -->
<script type="text/javascript" src="{URL_PATH}/js/jquery.min.js"></script>
<!-- awesome-bemcss js depedency {optional - if you want use the script} -->
<script type="text/javascript" src="{URL_PATH}/js/awesome-bemcss.min.js"></script>
Using SASS Import :
<!-- import from your sass file -->
@import "./awesome-bemcss/src/scss/_awesome-bemcss";
src
folder is SCSS code
- All code in dist
folder is production phase, if you prefer use final CSS
- In src
folder there is _awesome-bemcss.scss
and awesome-bemcss.scss
- _awesome-bemcss.scss
using silent extends using char % without produce class
- awesome-bemcss.scss
will produce class
- If you fluent with pre-processor SASS, I suggest using _awesome-bemcss.scss
- In demo
folder is demo file for sample using this framework, include cheatsheet
Question ? please email : mazipanneh@gmail.com
FAQs
Lightweight CSS framework that build in top of SASS with BEM CSS convention as alternative of Twitter Bootstrap.
We found that awesome-bemcss 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.