6.0.2 • Published 1 month ago

postcss-ordered-values v6.0.2

Weekly downloads
8,279,270
License
MIT
Repository
github
Last release
1 month ago

postcss-ordered-values

Ensure values are ordered consistently in your CSS.

Install

With npm do:

npm install postcss-ordered-values --save

Example

Some CSS properties accept their values in an arbitrary order; for this reason, it is entirely possible that different developers will write their values in different orders. This module normalizes the order, making it easier for other modules to understand which declarations are duplicates.

Input

h1 {
    border: solid 1px red;
    border: red solid .5em;
    border: rgba(0, 30, 105, 0.8) solid 1px;
    border: 1px solid red;
}

Output

h1 {
    border: 1px solid red;
    border: .5em solid red;
    border: 1px solid rgba(0, 30, 105, 0.8);
    border: 1px solid red;
}

Support List

For more examples, see the tests.

  • animation, -webkit-animation
  • border(border-left|right|top|bottom)
  • box-shadow
  • outline
  • flex-flow
  • transition, -webkit-transition

Usage

See the PostCSS documentation for examples for your environment.

Contributors

See CONTRIBUTORS.md.

License

MIT © Ben Briggs

cssnano-preset-defaultvuedragdropuploadimagescloud-archive-s3bb-chat@fundefund/funde_ckgql_din_mod@olivervorasai/slidercogoportutils@infinitebrahmanuniverse/nolb-postcss-o@saaspe/componentsexpand-react-bridgesklif-ui-kitsklif-api@everything-registry/sub-chunk-2461@314oner_npm/universal-components-libraryp149-tabletest-popupssklif-ui@aabelmann/ui-layer@aristidenf/streak-counter@arkasuryawan/m2-interface@anonybit-modules/videoreconstruction@applaud/cssnano-preset-defaultcarousel-react@devorso/dcountdown@dinert/component@dinert/echarts@dimcheify/dimui@djforth/webpacksetup-middlemanck-wyck-wy-1@ct-note/table@ctfdio/picocss-themes@darwishdev/dash-devckeditor5-build-custom-kockeditor5-build-custom-strapickeditor5-build-classic-ticketckeditor5-build-classic-v-editckeditor5-strapi-msgckeditor5-custom-symmetreckeditor5-custom-ks@docta/gulp-postcssckeditor5-custom-build-tn-pluginckeditor-5-imi-1ckeditor5-custom-build-for-irrosoftckeditor5-custom-build-megampireckeditor5-click-virtualckeditor5-build-yekta@drblmthw/testujsk_custom_ckeditor5@dragonzap/heml-styleschain_diggercustome-package-amincourse-vue-tpldigital-keyboard-demosdirectus-extension-delete-users-with-filesdirectus-extension-layout-boilerplatedirectus-extension-filepreview-interface-sbndevudesign-system-trial-milyasbpa@contagt/metismenucrud-duickcssesc-wbgcssnano-paras20xxcssnano-preset-miniappcrm-1.0.1crunchicorn@hoaitt/ckeditor5-build-classic-mention@hproinformatica/functions@humanity.cash/typeses-react-bridgeex-ikon-components-library@knooks/use-title@kommunicate/kommunicate-chatbot-pluginfhir2flowable-bpmn-modeler@leiyulf/gantt-task-react@kristoffertonning/vue-laravel-errors@juanaraneta/dept-central-lib-clienttingzi-vuepresstestujsk_custom_ckeditor5type-libarytohsaka888-use-breakpointverify-img-codevirtual-tour-guideuxun-cssnanowebpack-config-jaidvue-compmentvformlmqvue3-google-login-with-statetestapavue-button-test1@artiso-solutions/vue-html-to-paper@bezael-challenge/innoit-date-format@carhoo/widget-dealers@mayuriachewad/pickupbiz-npm-package@meysam213/react-leafletgarnish-uihantil-css@percent/percent-api-hookshot-zone-vue
6.0.2

1 month ago

6.0.1

4 months ago

6.0.0

1 year ago

5.1.3

2 years ago

5.1.2

2 years ago

5.1.1

2 years ago

5.1.0

2 years ago

5.0.5

2 years ago

5.0.4

2 years ago

5.0.3

2 years ago

5.0.2

3 years ago

5.0.1

3 years ago

5.0.0

3 years ago

5.0.0-rc.2

3 years ago

5.0.0-rc.1

3 years ago

5.0.0-rc.0

3 years ago

4.1.2

5 years ago

4.1.1

6 years ago

4.1.0

6 years ago

4.0.0

6 years ago

4.0.0-rc.2

7 years ago

4.0.0-rc.0

7 years ago

2.2.3

7 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago