Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

timaschew/postcss-compare-packs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 

Repository files navigation

postcss-compare-packs

Compare most popular PostCSS packs like cssnext, rucksack and PreCSS

PostCSS Plugin postcss-cssnext rucksack PreCSS
autoprefixer βœ… βœ…
laggard βœ…
pixrem βœ…
pleeease-filters βœ…
-advanced-variables βœ…
-alias βœ…
-atroot βœ…
-calc βœ…
-clearfix βœ…
-color-function βœ… βœ…
-color-gray βœ…
-color-hex-alpha βœ…
-color-hwb βœ…
-color-rebeccapurple βœ…
-color-rgba-fallback βœ…
-custom-media βœ… βœ…
-custom-properties βœ… βœ…
-custom-selectors βœ… βœ…
-easings βœ…
-extend βœ…
-font-variant βœ…
-fontpath βœ…
-hexrgba βœ…
-initial βœ…
-input-style βœ…
-media-minmax βœ… βœ…
-mixins βœ…
-nested βœ…
-nesting βœ… βœ…
-partial-import βœ…
-position βœ…
-property-lookup βœ… βœ…
-pseudo-class-any-link βœ…
-pseudoelements βœ…
-quantity-queries βœ…
-responsive-type βœ…
-selector-matches βœ… βœ…
-selector-not βœ… βœ…
What does it mean if a plugin exists in more than one pack?

Assuming that each pack should focus on just one topic, it's an indicator that one of the pack did not achieve this strategy or the aspect of the topic was chosen wrongly. Read more in the PostCSS Plugin Guideline - Do one thing, and do it well

Can I use multiple packs at once?

Yes. You might need to figure out in which order you need to use them.

If I use multiple packs does the order matter?

It depends on the plugin(s). Some plugins contains a note in the Readme like postcss-import. If you want to use precss and cssnext, precss need to be loaded before cssnext.

What does happen to the output if a plugin is executed by more than one pack?

It depends on the plugin. But the autoprefixer for instance doesn't do anything if it will process the data a second time.

Can I disable particular plugins within a pack?

Every pack should provide an options argument to disable particular plugnis.
cssnext provides a browsers option to enable/disable features automatically based on the caniuse database.

About

πŸ“ compare most popular postcss packs like cssnext, rucksack and precss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.