8000 GitHub - sass-basis/basis at v6.0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sass-basis/basis

Repository files navigation

Basis

A lightweight responsive Sass/CSS framework based on flexible box.

Basis

Why it's awesome?

  • Basis isn't about a UI framework. Basis provides only basic frame of components. So you build a responsive web page quickly and easy to overwrite with your sass or css.
  • CSS architecture of Basis is FLOCSS. So it is possible a modular approach.
  • Basis has incorporated the concept of vertical rhythm. So you can be a good-balanced design.
  • Flexible grid system. Clean because using a flexible box.

Demo ( HTML5 Templates )

Get started

Using yarn

Installs Basis

$ yarn install sass-basis
$ yarn run gulp build

Imports basis.styl your Stylus.

@import /PATH/TO/node_modules/sass-basis/src/css/basis;

Imports JavaScripts ( Require jQuery )

import '/PATH/TO/node_modules/sass-basis/src/js/basis.js';

Download from GitHub

Download the basis from https://github.com/sass-basis/basis/releases

Imports basis.scss your Sass/SCSS.

@import /PATH/TO/basis/src/css/basis;

or Just this link.

<link rel="stylesheet" href="/PATH/TO/basis/dist/css/basis.min.css">

Loads JavaScripts

<script
  src="https://code.jquery.com/jquery-3.1.1.min.js"
  integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
  crossorigin="anonymous"></script>
<script src="/PATH/TO/node_modules/sass-basis/dist/js/basis.min.js"></script>

Option

Support IE9 ( Not perfect )

<!--[if lt IE 10]>
<link rel="s
8000
tylesheet" href="/PATH/TO/basis/dist/css/plugin/basis-ie9/basis-ie9.min.css" />
<![endif]-->

And support IE8 ( Not perfect )

<!--[if lt IE 9]>
<script src="/PATH/TO/basis/vendor/html5.js"></script>
<![endif]-->

Browser support

Modern Browser and IE10+

How to contribute

Please make an issue if there is a problem and needs. Please don't make the new issue if the issue of the same content already exists. If you can coding, please give me a pull request. But, please do not send in the master branch. Pull request sent to the master branch doesn't merge.

Third party licenses

Scss version of Normalize.css

License

MIT License

About

A lightweight responsive Sass/CSS framework based on flexible box.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0