Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.77 KB

README.md

File metadata and controls

66 lines (40 loc) · 1.77 KB

npm

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://unpkg.com/wire.css/dist/wire.min.css

JS

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

SCSS (All SCSS files merged)

https://unpkg.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://unpkg.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.