Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@nodebb/bootswatch
Advanced tools
We did it purely so we can publish a new version under the @nodebb npm scope with a fix that was not published to npm.
You should probably use the actual Bootswatch repo.
Bootswatch is a collection of open source themes for Bootstrap. Check it out at bootswatch.com.
Download the bootstrap.min.css
file associated with a theme and replace Bootstrap's default stylesheet. You must still include Bootstrap's JavaScript file to have functional dropdowns, modals, etc.
The themes are also hosted on BootstrapCDN.
You can import a theme into your styles using either LESS or SASS.
LESS:
@import "bootstrap/less/bootstrap.less";
@import "bootswatch/theme/variables.less";
@import "bootswatch/theme/bootswatch.less";
SASS:
@import "bootswatch/theme/variables";
@import "bootstrap-sass-official/assets/stylesheets/bootstrap";
@import "bootswatch/theme/bootswatch";
Bootswatch is open source and you’re welcome to modify the themes.
Each theme consists of two LESS files. variables.less
, which is included by default in Bootstrap, allows you to customize these settings. bootswatch.less
introduces more extensive structural changes.
These files are also available in SASS.
Check out the Help page for more details on building your own theme.
A simple API is available for integrating your platform with Bootswatch. More info at http://bootswatch.com/help/#api
It's through your contributions that Bootswatch will continue to improve. You can contribute in several ways.
Issues: Provide a detailed report of any bugs you encounter and open an issue on GitHub.
Documentation: If you'd like to fix a typo or beef up the docs, you can fork the project, make your changes, and submit a pull request.
Code: Make a fix and submit it as a pull request. When making changes, it's important to keep the CSS, LESS and SASS versions in sync. To do this, be sure to edit the LESS source files for the particular theme, then run the tasks grunt swatch
and grunt:convert_less
to build the CSS and LESS.
Donation: Donations are gratefully accepted via PayPal and Gratipay.
Thomas Park
Mark Otto and Jacob Thornton for Bootstrap.
Jenil Gogari for his contributions to the Flatly theme.
James Taylor for cors-lite.
Corey Sewell for SASS conversion.
Copyright 2014-2018 Thomas Park
Code released under the MIT License.
FAQs
Bootswatch is a collection of themes for Bootstrap.
We found that @nodebb/bootswatch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.