sseeeedd icon indicating copy to clipboard operation
sseeeedd copied to clipboard

Seed for front-end culture :)

Results 16 sseeeedd issues
Sort by recently updated
recently updated
newest added

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,...

enhancement
question
tools

[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; - [...

enhancement

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...

enhancement
palette

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...

enhancement

And maybe add Toast component example, or something?

enhancement

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...

dependencies