- Light as a feather at ~500 lines & built with mobile in mind.
- Styles designed to be a starting point, not a UI framework.
- Quick to start with zero compiling or installing necessary.
You should use Wisp if you're embarking on a smaller project or just don't feel like you need all the utility of larger frameworks. Wisp only styles a handful of standard HTML elements, but that's often more than enough to get started.
To start using Wisp, just link to the CSS stylesheet (and optional JS file):
<link
rel="stylesheet"
href="https://unpkg.com/@fraziersoft/wisp@latest/dist/wisp.css"
/>
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
This project started as a fork of a CSS boilerplate by Dave Gamache. I wanted to update some of the base classes, remove some of the obsolete cruft, and add a few common web UI components that I thought warranted an inclusion. The original project was named Skeleton, but due to the rising popularity of the similarly named Skeleton svelte toolkit, I decided a re-branding was also in order.
Thank you Dave for all the hard work. The original version of Skeleton was useful for a ton of old projects and customer sites. Hopefully someone enjoys this refreshed edition as much as I enjoyed the original.