Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mixins

How can I use mixins or modules in my controllers in Rails 3?

ruby-on-rails-3 mixins

Using variables for CSS properties in Sass

sass mixins

Where to put common code found in multiple models?

ruby-on-rails ruby mixins

Abstract class + mixin + multiple inheritance in python

How to set keyframes name in LESS

css less mixins css-animations

Using a mixin with a Django form class

django django-forms mixins

Breaking ruby module across several files

Less mixin with optional parameters

css parameters less mixins

What is the difference between 'include' and 'prepend' in Ruby?

ruby mixins prepend ruby-2.0

Mixins with C# 4.0

c#-4.0 mixins

Is it possible to use mixins in php

php mixins

@import in @if statement in Sass

What is C++ Mixin-Style?

c++ mixins

Skipping an optional argument in Sass mixin

sass mixins

Mixing in a trait dynamically

scala mixins case-class traits

Can a sass @mixin accept an undefined number of arguments?

Is there a way to stub a method of an included module with Rspec?

ruby rspec mixins stubbing

Dynamic mixin in Scala - is it possible?

scala mixins

What is the difference between a mixin and the decorator pattern?

Dynamically mixin a base class to an instance in Python

python oop mixins