Project

comixins

0.0
No commit activity in last 3 years
No release in over 3 years
Comixins helps to introduce the compass-mixins.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

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.