Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.32 KB

README.md

File metadata and controls

60 lines (46 loc) · 2.32 KB
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
T E R M I N A L

Description

CSS Terminal is a bookmarklet that allows you to inject CSS rules directly into a live web page. It's handy for rapid CSS development, prototyping and debugging.

Homepage

You can read about it, see it in action and install it at the project home page.

About

The CSS Terminal bookmarklet was written by Ben Barber while working at i2rd / Vipa Solutions. The code was generously donated to the community under the MIT license.

The terminal source is written in CoffeeScript and resulting JavaScript is minified using Google's Closure Compiler. Docco is used to generate the documentation from the CoffeeScript source.

The source code and project page are hosted on GitHub.

License

Copyright (C) 2010-2011 by Interactive Information Research and Development (i2rd)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.