snowdog/theme-blank-sass 0.2.2

SASS based version of Magento 2 Blank theme

Type

magento2-theme

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Build Status

Magento 2 - Blank theme - SASS version

Current status

Theme is ready to use as Composer package with Magento 2. Still a lot of things needs to be fixed or polished, but definietly it's working :smile:

Instalation

  • Add new VCS repository and package name and version to composer.json
  "theme-blank-sass": {
    "type": "vcs",
    "url": "[email protected]:SnowdogApps/magento2-theme-blank-sass.git"
  }
  [...]
  "require": {
    "snowdog/theme-blank-sass": "^0.2.1"
  }
  • Run composer update
  • If you are not in developer mode you should run bin/magento setup:static-content:deploy
  • Compile SASS files, i.e. via Frontools
  • Check your great looking theme :wink: