10.0.1 • Published 5 months ago

postcss-mixins v10.0.1

Weekly downloads
127,704
License
MIT
Repository
github
Last release
5 months ago

PostCSS Mixins

PostCSS plugin for mixins.

Note, that you must set this plugin before postcss-simple-vars and postcss-nested.

@define-mixin icon $network, $color: blue {
    .icon.is-$(network) {
        color: $color;
        @mixin-content;
    }
    .icon.is-$(network):hover {
        color: white;
        background: $color;
    }
}

@mixin icon twitter {
    background: url(twt.png);
}
@mixin icon youtube, red {
    background: url(youtube.png);
}
.icon.is-twitter {
    color: blue;
    background: url(twt.png);
}
.icon.is-twitter:hover {
    color: white;
    background: blue;
}
.icon.is-youtube {
    color: red;
    background: url(youtube.png);
}
.icon.is-youtube:hover {
    color: white;
    background: red;
}

postcss-utilities collection is better for clearfix and other popular hacks. For simple cases you can use postcss-define-property.

Docs

Read full docs here.

vue-steps-kgloballistings-test-components@rock-kit/ui-postcss-configgintonicpostcss-config-pack@dubb/mickeymfp-react-componentsbrowcomp@fundefund/funde_ck@temporg/ui-postcss-configtorch-cssvuepress-theme-tsed2@infinitebrahmanuniverse/nolb-postcss-m@native-elements/core@everything-registry/sub-chunk-2461@yme/postcss-preset@yme/postcss-preset-ymecherry-designcherry-postcsscomponent-toolscouer-uicreate-mashup-appdatawheel-canoncssbagcv-ember-uiera-ckeditor5enb-bem-gridfeliz.preset-npwfe-build-eagofirefly-uifk-web-uieagle-packerfab-build-nextfis3-parser-css-nextfle-build-appfle-build-libfle-build-reactfle-build-vuegridssfsastylesgulp-postcss-nimedevdoug-appde.css.configdexter-clientdevosa-tw-uideskbookers-react-scriptsdeskbookers-shared-componentsdigitalsilk-toolkitdophinhogan-scriptshiqioeri-presetcssiqiyi_game_wp_clipostcss-mixpostcss-preset-infimapostcss-preset-mantinepostcss-preset-moxypostcss-preset-raikoupostcss-evokitpostcss-sassypostcss-blue-pluginspostcss-niduscsspostcss-pack-alanevpostcss-packlitepostcss-ui-themepcss-cliprotobuilderpineglade-appphrontend-webpackowl-webpack-baseplasttic@dubb/junior@edia/react-scripts-ts@doyakovlev/arui-scripts@dlghq/postcss-dialog@drblmthw/testujsk_custom_ckeditor5@drewfle/rollupper@drewfle/configmake-extensionldx-home-platekirei-cssmini-program-clilsk-buildlpack-ts-react-apollorh_styleguiderstrttsc5-styleguidesass-compactshopmonkey-react-scriptsspaden-postcss-configsparrow-packersharpssm-webpack-confignathanjosiah-sc5-styleguidemy-grid-systemmy-stitch-layermsops-cssnpm-npxomni-common-uio2-groot
10.0.1

5 months ago

10.0.0

7 months ago

9.0.4

2 years ago

9.0.3

2 years ago

9.0.2

3 years ago

9.0.1

3 years ago

9.0.0

3 years ago

8.1.0

3 years ago

8.0.0

3 years ago

7.0.3

4 years ago

7.0.2

4 years ago

7.0.1

4 years ago

7.0.0

4 years ago

6.2.3

5 years ago

6.2.2

5 years ago

6.2.1

6 years ago

6.2.0

7 years ago

6.1.1

7 years ago

6.1.0

7 years ago

6.0.1

7 years ago

6.0.0

7 years ago

5.4.1

8 years ago

5.4.0

8 years ago

5.3.0

8 years ago

5.2.0

8 years ago

5.1.0

8 years ago

5.0.1

8 years ago

5.0.0

8 years ago

4.0.2

8 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

10 years ago

0.1.0

10 years ago