Skip to content

Frazier-Software/wisp

Repository files navigation

Logo

Wisp

A dead simple CSS boilerplate.
Explore the docs »

Issues MIT License LinkedIn

About The Project

  • 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.

(back to top)

Getting 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"
/>

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

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.

(back to top)