- Merge request !219Modernize CSS build: replace Gulp with npm scripts, update to Dart Sass 3.0 → (Merged) created by pivica
The current CSS build system in the css/ folder uses outdated tooling from ~2017:
Modernize the build system to align with Drupal 11 standards:
Build system changes:
npm run build, npm run sass, npm run lint)gulpfile.js, gulp-tasks.js, gulp-options.ymlpostcss.config.js and .browserslistrc for modern browser targetsSass modernization (Dart Sass 3.0 compatibility):
@import → @use/@forwardmap-get() → map.get() with @use "sass:map"Code cleanup:
-ms-grid-* vendor prefixes (IE no longer supported).stylelintrc.yml to match Drupal 11 core configurationunit-allowed-list rule matching Drupal coreBrowser support:
last 2 versions, not deadActive
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.