
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@webpixels/css
Advanced tools
Utility and component-centric design system based on Bootstrap for fast, responsive UI development.
Utility and component-centric Design System based on Bootstrap for fast, responsive UI development.
Explore Documentation »
Community
·
Components
·
Blog
For most projects (and to take advantage of the customization features), you'll want to install Webpixels CSS and its peer-dependencies via npm.
npm install -D @webpixels/css@2.0.0 bootstrap@5.3.3
This will automatically install the latest Bootstrap version, so you don't need to do that manually.
In your scss
folder create two new files and name them:
In your main.scss, you’ll import the source Sass files. Bootstrap is automatically loaded when you use the source files, so you don't need to worry about what Bootstrap files should you incorporate in your styles.
@import "@webpixels/css/main";
In Webpixels CSS you'll notice that we don't create custom styles, but rather make use of the utility classes. We are using the new Bootstrap Utility API to generate a comprehensive list of classes.
In your utility.scss you'll import all the utilities:
@import "@webpixels/css/utility";
Check out our documentation website.
If you want to see how it works, check out these functional examples of using Bootstrap and Webpixels in common JS frameworks like Parcel, Vite, and more!
Explore, copy, use and mix hundreds of carefully crafted components made just for Bootstrap.
Get your new web design project started with these amazing templates, or copy and paste elements into your existing projects to give them a creative boost.
Get updates on the development of our CSS tool and chat with the project maintainers and community members.
Made with ❤️ by Webpixels. Webpixels CSS is open-sourced software licensed under the MIT license.
FAQs
Utility and component-centric design system based on Bootstrap for fast, responsive UI development.
The npm package @webpixels/css receives a total of 1,576 weekly downloads. As such, @webpixels/css popularity was classified as popular.
We found that @webpixels/css 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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.