sseeeedd
sseeeedd copied to clipboard
Seed for front-end culture :)
Here is an oldish [critical](https://www.npmjs.com/package/critical) task: ```javascript /** * @section Build * Inline critical CSS */ gulp.task('critical', ['build'], function () { return gulp.src(paths.dest + '*.html') .pipe(critical({ base: paths.dest, inline: true,...
[Rachel Andrew makes an excellent point about styling lists, on CSS-Tricks](https://www.smashingmagazine.com/2019/07/css-lists-markers-counters/). Pretty sure we can improve some patterns: - [ ] details + summary; - [ ] tabpanel; - [...
Using CSS custom properties and localStorage, we can easliy make colors, fonts et all customizable. See [Inclusive components' theme switcher](https://inclusive-components.design/a-theme-switcher/) as an example. I see it more like an assistive...
Allow any static project built upon sseeeedd to be a PWA. Reference links: * [How to turn your website intyo a PWA](https://mxb.at/blog/how-to-turn-your-website-into-a-pwa/) by Max Böck; * [PWA Builder](https://www.pwabuilder.com/) * [References...
Bumps [cssnano](https://github.com/cssnano/cssnano) from 7.0.5 to 7.0.6. Release notes Sourced from cssnano's releases. v7.0.6 What's Changed Update postcss-calc and selector-parser by @ludofischer in cssnano/cssnano#1663 fix(postcss-convert-values): convert 0ms to 0s by @btea...