wire.css
v1.2.5
Published
Simple and responsive flexbox based Sass Framework
Downloads
1,388
Maintainers
Readme
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:
- Download the latest release (SASS & JS Included)
- Clone the repo with all source codes:
git clone https://github.com/perichus/wire.css.git
- Install via Bower:
bower install wire.css
- Install via NPM:
npm install wire.css
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.