When comparing Pure CSS from Yahoo! vs Stylify, the Slant community recommends Pure CSS from Yahoo! for most people. In the question“What is the best CSS framework?” Pure CSS from Yahoo! is ranked 15th while Stylify is ranked 27th. The most important reason people chose Pure CSS from Yahoo! is:
Has an extremely minimalist look that is super-easy to customize since it basically gives designers just a foundation on which they can easily build their design.
Ranked in these QuestionsQuestion Ranking
Pros
Pro Easy to customize
Has an extremely minimalist look that is super-easy to customize since it basically gives designers just a foundation on which they can easily build their design.
Pro Cross-Browser compatibility
A solid base built on Normalize.css to fix cross-browser compatibility issues.
Pro Lightweight
Extremely small file size: 4.5KB minified + gzip.
Pro Responsive
A responsive grid that can be customized to your needs.
Pro Works well with Bootstrap
Easily use Bootstrap CSS and JS elements within the framework.
Pro Intuitive selectors
It uses native CSS property:value selectors like color:blue or font-weight:bold as a selector.
Pro Selectors minification
It shrinks long selectors such as font-weight:bold to _ab12.
Pro Small CSS chunks
- CSS can be generated for each file, page, layout or component separately.
- Selector is generated only once and reused when possible.
Pro On demand generated CSS
It can generate CSS on demand for example inside the express request.
Pro No dependencies required
It doesn't require any post or pre processor.
Pro Seamless integration
It can be easily integrated into the Nuxt.js, Next.js. It works well along with Webpack, Rollup and Vite.js. The CSS can be generated easily for Symfony, Nette or Laravel.
Pro Dynamic screens
Screens can be combined using logical operangs like sm&&tolg, xl||landscape and lg&&dark. The value for media queries can be dynamic like minw640px.
Cons
Con Not suitable for beginners
Since Pure CSS only carries a minimum number of styles out of the box, it might not be great for beginners who want a complete style that looks good out of the box without having to customize it.
