KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
sass-flex-mixin
โ 1,110
Open GitHub โ
Flexbox mixins
Download README (.md)
Explore Similar Repositories
tailwindo
:
๐ Convert Bootstrap CSS code to Tailwind CSS code
dokku-letsencrypt
:
Automatic Let's Encrypt TLS Certificate installation for dokku
Gym
:
Evaluate and improve models and agents using environments
DataDreamer
:
DataDreamer: Prompt. Generate Synthetic Data. Train & Align Models. โ ๐ค๐ค
create-figma-plugin
:
:battery: The comprehensive toolkit for developing plugins and widgets for Figma
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sass-flex-mixin
?
Download (.md)
โ โ โ **NO LONGER MAINTAINED:** With [every major browser](https://caniuse.com/#search=flexbox) supporting Flexbox now, and tools like [autoprefixer](https://github.com/postcss/autoprefixer) covering this and so much more, I am no longer maintaining this repo (as may already be apparent). Feel free to fork and continue using it if you must, but you should really use Autoprefixer now! โ โ โ ## 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: - http://dev.opera.com/articles/view/advanced-cross-browser-flexbox/ With help from: - http://www.w3.org/TR/css3-flexbox/ - http://the-echoplex.net/flexyboxes/ - http://msdn.microsoft.com/en-us/library/ie/hh772069%28v=vs.85%29.aspx A version compatible with Compass is provided by @trinonsense, on the compass branch. Licensed under MIT.