Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sass-basis

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-basis

A lightweight responsive CSS framework based on flexible box ( flexbox ).

  • 5.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
95
increased by239.29%
Maintainers
1
Weekly downloads
 
Created
Source

Basis

A lightweight responsive CSS framework based on flexible box ( flexbox ).

Basis
  • Document: http://sass-basis.github.io/
  • GitHub: https://github.com/sass-basis/basis/
  • Release: https://github.com/sass-basis/basis/releases/

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.
  • highly extensible. The core is only the basic components, it can be extended with add-on.

Demo ( HTML5 Templates )

Get started

Using npm

  1. $ npm install sass-basis
  2. Import basis.scss your Sass/SCSS.
@import /PATH/TO/node_modules/sass-basis/src/scss/basis;

IF you want to use build files, just do this.

$ cd /PATH/TO/sass-basis
$ npm install
$ gulp build

Download from GitHub

  1. Download the basis from https://github.com/sass-basis/basis/releases
  2. Import basis.scss your Sass/SCSS.
@import /PATH/TO/basis/src/scss/basis;

or Just this link.

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

Option

Support IE9 ( Not perfect )

<!--[if lt IE 10]>
<link rel="stylesheet" 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

normalize.css v4.0.0
  • MIT License
  • github.com/necolas/normalize.css

License

MIT License

FAQs

Package last updated on 27 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc