1.2.5 • Published 8 years ago

wire.css v1.2.5

Weekly downloads
74
License
MIT
Repository
github
Last release
8 years ago

npm Bower

Wire is a simple and lightweight Sass-based Framework.

The principle of Wire is simplicity and lightweighting, avoiding unnecesary styles. Wire only styles a basic HTML elements and includes a flexbox grid and a set of mixins/helpers to make daily work easier and fast.

Download

Select the best way to download Wire:

Or use CDN

CSS

https://npmcdn.com/wire.css/dist/wire.min.css

JS

https://npmcdn.com/wire.css/dist/wire.min.js

SCSS (All SCSS files merged)

https://npmcdn.com/wire.css/dist/_wire.scss

Install

Add Wire in your HTML or import library in your Sass file.

HTML

<link rel="stylesheet" href="https://npmcdn.com/wire.css/dist/wire.min.css" type="text/css">

SCSS (Import wire.scss)

// Import Wire.css Framework
@import "../bower_components/wire.css/dist/_wire.scss";

Documentation

Check out our documentation page.

Changelog

You can see changes via Github Releases page.

License

Wire.css is released under the terms of the MIT license. See the included license file for more information.

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.6

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago