pixelgrade / customify

Intuitive Website Styling integrated into WordPress' Customizer
GNU General Public License v2.0
28 stars 5 forks source link

Callback overwrite default behaviour #9

Closed georgeolaru closed 9 years ago

georgeolaru commented 9 years ago

Am intalnit la Patch ca functia de callback sa anuleze comportamentul default al regulei, adica sa nu mai scoata css-ul. De exemplu"

array(
                            'property' => 'color',
                            'selector' =>
                                'h1 a,
                                .site-title a,
                                h2 a,
                                h3 a,
                                .entry-card.format-quote .entry-content a:hover,
                                .bypostauthor .comment__author-name:before,
                                .site-footer a:hover, .test',
                             'callback_filter' => 'patch_color_contrast'
                        ),

Scoate doar callback-ul nu si regulile de CSS - e intentionat asta?