wisteria

0.9.0 • Public • Published

Wisteria Build Status wercker status

Wisteria.css is a class selectors based harmless CSS library.

  • Harmless: Wisteria does not destroy your web page style, because it has only class selectors. HTML5-Reset just resets the style.
  • Helper: Wisteria has a bunch of Emmet-like utility classes. It means you do not have to learn the namig rules.
  • Hi-Control: Wisteria's grid implements simple and modern Flexbox layout, so you can make a mockup site with less typing rapidly.

View documents site.

Install

  • Bower: bower install --save wisteria
  • npm: npm install --save wisteria
  • Download: zip

Getting started

Include the wisteria.css and HTML5-Rest.css files in your site.

<link rel="stylesheet" href="css/html5-reset.css">
<link rel="stylesheet" href="css/wisteria.css">

Browser Support

  • Google Chrome (latest)
  • Mozilla Firefox (latest)
  • Apple Safari (latest)
  • Opera (latest)
  • Internet Explorer (latest) maybe...

License

The MIT License (MIT)

Copyright (c) 2015 Koji Ishimoto

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.9.0
    1
    • latest

Version History

Package Sidebar

Install

npm i wisteria

Weekly Downloads

14

Version

0.9.0

License

MIT

Last publish

Collaborators

  • t32k