No commit activity in last 3 years
No release in over 3 years
Sass mixins by zurui-design(https://speakerdeck.com/ken_c_lo/zurui-design)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.1
~> 2.6.0

Runtime

>= 3.0.0
 Project Readme

zurui-sass-middleman

@ken_c_loさんのズルいデザインテクニックのMixinをMiddlemanで利用できるようにしたGemです。

Installation

Middlemanユーザー向け

  1. 以下のコードをGemfileに追加してください:
gem 'zurui-sass-middleman', '~> 0.0.2'
  1. 以下のコードをstyle.css.sassのようなファイルに追加して下さい:
@import compass/utilities
@import compass/css3
@import zurui-sass
  1. Enjoy!

Railsユーザー向け

https://github.com/mahm/zurui-sass-rails をご利用下さい。

上記以外をお使いの方向け

  1. 以下のコマンドを実行して、ローカルに_zurui-sass.sassをダウンロードして下さい:
curl https://raw.github.com/mahm/zurui-sass/_zurui-sass.sass > _zurui-sass.sass
  1. Compassの使える環境で_zurui-sass.sassをインポートしてお使いください:
@import compass/utilities
@import compass/css3
@import zurui-sass
  1. Enjoy!

使用例

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request