creaminternet / theme-blank-sass

creaminternet/theme-blank-sass

SASS based version of Magento 2 Blank theme

magento2-theme Compatibility: 2.4.7-2.4.9 Code Quality: Pass Tests: N/A Security: Pass MIT

Packagist

Magento 2 - Blank theme - SASS version

SASS based version of Magento 2 Blank theme, which aims to be as close to the core code as possible.

Installation

  1. Add this to your project dependecies list composer require creaminternet/theme-blank-sass
  2. Set you application to developer mode
  3. Run bin/magento setup:upgrade to register theme
  4. Compile SASS files using Frontools or tools of choice

Compatibility

  • Magento 2.4: v1.5.0
  • Magento 2.3: v1.2.0 or later
  • Magento 2.2: v1.0.0 or later
  • Magento 2.1: v0.11.0 or older
  • Magento 2.0: v0.6.0 or older

Bug reports and contribution rules

  • Before reporting an issue, check if you can reproduce it on the clean Magento instance with LESS version of the Blank theme. If that's true, submit issue to the Magento 2 repository, not here
  • If you know how to fix an issue, which is reproducible in Magento core, submit PR to the core product first, then here, with a link to PR in Magento 2 repository
  • If issue is related only to the SASS port, feel free to submit issue or PR

Questions

If you want to know more about this project, let's join Magento Community Engineering Slack and ask questions on #magefront channel.

Changelog

[Unreleased]

[1.5.0] - 2020-10-26

Changed

  • Removed Magento framework dependency from composer.json to simply maintenance and add Magento 2.4 support (#241)

[1.4.0] - 2020-03-10

Added

  • PageBuilder support (#235)

Changed

  • Reorganise styles/vendor/magento-ui/_lib Imports (#226)
  • LESS fade mixin for rgba (#225)

[1.3.0] - 2019-07-06

Added

  • Email styles support (#84)

Changed

  • Reorganize imports of Magento UI SASS related files to match less theme structure (#204)

Removed

  • XML decleration that were removed in Magento 2.3 sass blank theme (#208)
Versions
Version Stability QA Status Compatibility Released
1.6.3 stable Pass Magento 2.4.7-2.4.9 Details 2024-10-18 06:27:35
1.6.2 stable Not tested Not yet tested Details 2024-08-20 09:30:25
1.6.1 stable Not tested Not yet tested Details 2024-08-20 07:26:48
1.6.0 stable Not tested Not yet tested Details 2024-07-10 06:59:22
1.5.1 stable Not tested Not yet tested Details 2024-07-08 13:00:44
1.1.3 stable Not tested Not yet tested Details 2018-09-17 17:47:22
1.1.2 stable Not tested Not yet tested Details 2018-08-20 16:17:56
1.1.1 stable Not tested Not yet tested Details 2018-07-17 11:59:03
1.1.0 stable Not tested Not yet tested Details 2018-03-27 16:00:55
1.0.5 stable Not tested Not yet tested Details 2018-03-27 14:52:39
1.0.4 stable Not tested Not yet tested Details 2018-01-10 16:44:29
0.11.1 stable Not tested Not yet tested Details 2018-01-08 17:18:51
1.0.3 stable Not tested Not yet tested Details 2017-12-04 13:10:40
1.0.2 stable Not tested Not yet tested Details 2017-11-15 15:18:28
1.0.1 stable Not tested Not yet tested Details 2017-10-14 16:44:30
1.0.0 stable Not tested Not yet tested Details 2017-10-13 20:33:38
0.11.0 stable Not tested Not yet tested Details 2017-10-03 17:57:12
0.10.1 stable Not tested Not yet tested Details 2017-02-21 17:39:01
0.10.0 stable Not tested Not yet tested Details 2017-02-08 19:06:34
0.9.2 stable Not tested Not yet tested Details 2016-11-08 12:49:12
0.9.1 stable Not tested Not yet tested Details 2016-11-03 08:42:38
0.9.0 stable Not tested Not yet tested Details 2016-10-28 15:19:52
0.8.2 stable Not tested Not yet tested Details 2016-10-07 08:47:42
0.8.1 stable Not tested Not yet tested Details 2016-09-02 13:07:44
0.8.0 stable Not tested Not yet tested Details 2016-07-27 19:19:10
0.7.2 stable Not tested Not yet tested Details 2016-07-26 21:56:56
0.7.1 stable Not tested Not yet tested Details 2016-07-19 20:23:59
0.7.0 stable Not tested Not yet tested Details 2016-07-13 21:41:58
0.6.0 stable Not tested Not yet tested Details 2016-06-17 18:09:50
0.5.2 stable Not tested Not yet tested Details 2016-05-09 14:32:35
0.5.1 stable Not tested Not yet tested Details 2016-04-22 16:56:43
0.5.0 stable Not tested Not yet tested Details 2016-04-21 22:00:44
0.4.0 stable Not tested Not yet tested Details 2016-04-04 09:30:29
0.3.0 stable Not tested Not yet tested Details 2016-03-30 17:56:34
0.2.2 stable Not tested Not yet tested Details 2016-03-30 10:32:58
0.2.1 stable Not tested Not yet tested Details 2016-03-24 14:17:46
0.2.0 stable Not tested Not yet tested Details 2016-03-23 21:18:01

No dependencies declared

This package's composer.json doesn't declare any required, suggested, replaced, or conflicting packages.

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Pass 0
PHPMD Pass 0
Cpd Pass 0
Composer validate Pass 0

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Pass Pass

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
MIT
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.