
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
responsive-bp
Advanced tools
A powerful, accessible, developer friendly framework for building responsive websites.
Other frameworks are too design opinionated and heavy. They're great for prototyping but every time you start a real, front-facing, project with them you have to overwrite lots of designer styles that do nothing to add to the functionality of the website. That costs developers time and money.
Responsive has been built with that in mind. It is the result of thousands of hours of real, client driven web development and testing; specifically developed to be as lightweight as possible to prevent the need to undo styles set by the framework itself and allow developers to write efficient code and lower costs.
Responsive is tiny. The combined output CSS and JavaScript is only 20.3kb minified and gzipped but there is a lot of functionality built into the framework with touch, right-to-left language, and accessibility support. It's designed to be dropped-in, as-is to your website such as you would with Normalize.css.
Browser support covers IE9+ as well as all other modern browsers.
Several options are available for downloading Responsive:
git clone https://github.com/ResponsiveBP/Responsive.git.bower install responsive.Responsives' documentation, included in the gh-pages repo. It is built with Jekyll and publicly hosted on GitHub Pages at http://responsivebp.com. The docs may also be run locally.
/Responsive directory, run jekyll serve in the command line.Learn more about using Jekyll by reading its documentation.
Contribution is most welcome, that's the whole idea! Together as a community we can build a boilerplate for building responsive sites that will ensure that high standards can be delivered across all devices.
Please adhere to existing JavaScript and Sass styles though when submitting code and ensure that you test thoroughly on multiple devices.
Please take a moment to review the guidelines for contributing.
The build process for Responsive is powered by gulpjs. To build Responsive you will need to first install the required plugins using the following commands from the root /Responsive directory:
npm install -g gulp To install gulp globally.npm install to install the necessary build dependencies based on the contents of the package.json file.If you are adding new functionality to the build process use:
npm install {your_new_build_dependency} --save-dev
There are three types of build available:
gulp Compiles the framework to the build folder.gulp watch For debug purposes. Compiles the framework to the build folder and watches for further changesgulp release Compiles the framework to the build folder and zips up the build in the dist folder for release.James South @james_m_south and the Responsive contributors.
Follow @responsivebp on Twitter. Discuss Responsive on Gitter.
Copyright 2013-2017 James Jackson-South under the MIT license.
FAQs
A powerful, accessible, developer friendly framework for building responsive websites.
We found that responsive-bp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.