0.04
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

Runtime

>= 3.1
 Project Readme

zurui-sass-rails

@ken_c_loさんのズルいデザインテクニックのMixinをまとめたGemです。

Important Notice

今までcompassに依存した形でスタイルを実現していましたが、compass依存をなくしました。そのため、compass-rails等の導入は必要ありません。

Installation

Railsユーザー向け

  1. 以下のコードをGemfileに追加してください:
gem 'sass-rails' # sassc-railsでもok
gem 'zurui-sass-rails'
  1. 以下のコードをapplication.css.sassのようなファイルに追加して下さい:
@import zurui-sass
  1. Enjoy!

Middlemanユーザー向け

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

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

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

使用例

最新版

過去のもの(そのうち消します)

Contributing

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