Skip to content

tinganho/compass-placeholder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compass-placeholder

SASS mixin for styling placeholders

Installation

Install gem from the command line:

(sudo) gem install compass-placeholder

Require it using Compass in config.rb:

# Edit the project configuration file and add:
require 'compass-placeholder'

Usage

Import it in your sass/scss file.

@import "compass-placeholder";

then use @include placeholder:

input {
    @include placeholder {
        color: #999;
        font-size: 13px;
    }
}

About

Style your input placeholders with ease

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published