Jason Featheringham ⊙ω⊙
Jason Featheringham ⊙ω⊙
gulp-file.js ``` var gulp = require('gulp'), responsive = require('gulp-responsive'), $ = require('gulp-load-plugins')(), sizes = [0.75, 0.5, 0.25, 0.2, 0.15, 0.1, 0.05]; gulp.task('misc', function () { var dest = 'dist/misc'; return...
Can you elaborate on why the CSS "Deleted Questions" section is not for developers? These seem extremely reasonable considering a developer should understand how a browser works.
Is there any way to use the latest version of Sass and Compass?
Type: Bug Keeps crashing vscode extensions. Disabling resolves it. Extension version: 3.3.0 VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:52:57.054Z) OS version: Darwin arm64 23.1.0 Modes: System Info |Item|Value| |---|---| |CPUs|Apple...
This package is incredible, thank you for putting this together! I think the only remaining piece is to, when available, use the new [`scrollsnapchanging`](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollsnapchanging_event) and [`scrollsnapchange`](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollsnapchange_event) native events instead of...
### Provide a general summary of the issue here When using the `Menu` component and setting `defaultSelectedKeys`, the specified key(s) are selected, but further interaction changes nothing. ### 🤔 Expected...