New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sass-flex-mixin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-flex-mixin

Set of mixins for cross-browser compatible flexbox

1.0.3
latest
Source
npm
Version published
Maintainers
1
Created
Source

Sass flexbox mixin

This is a set of mixins for those who want to mess around with flexbox using the native support of current browsers. For full support table check: http://caniuse.com/flexbox

Basically this will use:

  • Fallback, old syntax (IE10, mobile webkit browsers - no wrapping)
  • Final standards syntax (FF, Safari, Chrome, IE11, Opera)

Installation

Bower

bower install sass-flex-mixin

This was inspired by:

With help from:

A version compatible with Compass is provided by @trinonsense, on the compass branch.

Licensed under MIT.

Keywords

sass

FAQs

Package last updated on 12 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