hot-dog-stand
Version:
A simple, responsive, mobile-first, agonizing, front-end CSS framework for developing the next generation of fully responsive web apps.
48 lines (29 loc) • 2.7 kB
Markdown
# [Hot Dog Stand](http://steverichey.github.io/hot-dog-stand/)
[](https://travis-ci.org/steverichey/hot-dog-stand)     
This is [Hot Dog Stand](https://github.com/steverichey/hot-dog-stand), a simple, responsive, mobile-first, agonizing, front-end framework for developing the next generation of fully responsive web apps. Inspired by the original [Windows 3.1 Hot Dog Stand theme](http://blog.codinghorror.com/a-tribute-to-the-windows-31-hot-dog-stand-color-scheme/).
Hot Dog Stand is only 279 bytes (48 bytes minimized) and only four lines of code, making it the lightest CSS framework around.
You can see Hot Dog Stand in action at the [official site](http://steverichey.github.io/hot-dog-stand/).
## Requirements
There are no requirements for Hot Dog Stand.
## Get Started
Add `hotdogstand.css` or `hotdogstand.min.css` to your web app's folders, and then the following line to the `<head>` of your HTML:
````
<link type="text/css" rel="stylesheet" href="hotdogstand.css" />
````
## Directory Structure
* `src`: contains the source code for Hot Dog Stand
* `dist`: contains the regular and minified distributions of Hot Dog Stand
## Browser Support
* [Chrome](http://www.google.com/chrome/): latest
* [Firefox](https://www.mozilla.org/en-US/firefox/new/): latest
* [Opera](http://www.opera.com/): latest
* [Vivaldi](https://vivaldi.com/): latest
* [Safari](https://www.apple.com/safari/): latest
* [IE](http://windows.microsoft.com/en-us/internet-explorer/download-ie): latest
* [Netscape Navigator](): latest
## Versioning
Hot Dog Stand follows semver, so we won't introduce breaking changes in minor or patch versions. The `master` branch will always have the newest changes, so it's not necessarily production ready. The `stable` branch will always have the most recent stable version of the framework.
## Contributing
Feedback is greatly appreciated! Help find bugs and suggest improvements or new features. Feel free to [open tickets](https://github.com/steverichey/hot-dog-stand/issues) for any changes you'd like!
## License
© 2015 [Steve Richey](https://github.com/steverichey). Shared under an [MIT license](https://tldrlegal.com/license/mit-license). See [license.md](./license.md) for details.