[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Comixins helps to introduce the compass-mixins to Rails application.

License

Notifications You must be signed in to change notification settings

yuyasat/comixins

Repository files navigation

Comixins

This gem helps to introduce compass-mixins to Rails application.

Installation

Add this line to your application's Gemfile.

gem 'comixins'

And then execute:

$ bundle

Usage

Replace compass with comixins.

- @import 'compass';
+ @import 'comixins';

This gem does not support inline-image which converts images to Base64. Please use asset-data-url instead of inline-image.

- background-image: inline-image('comixins.png');
+ background-image: asset-data-url('comixins.png');

The magic import function of compass is also not supported. The implementation deeply depending on compass should be avoided because compass is no longer actively maintained.

License

This project rocks and uses MIT-LICENSE.

About

Comixins helps to introduce the compass-mixins to Rails application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages