generator-mc-d8-theme
Advanced tools
Changelog
😷 2.3.0 (2020-04-08)
<h2>
and you really need a <p>
.README.md
to note which Starter Kit components are preconfigured to work with the Drupal Rain Install Profile.Changelog
☕️ 2.2.1 (2020-03-03)
Changelog
☕️ 2.2.0 (2020-01-22)
npm run generate
.field.html.twig
template that's got less markup in it so that we start new themes in a cleaner state.README.md
with examples of how to use the new component generator and starter-kit.Changelog
⚔️ 2.1.0 (2019-11-04)
.json
file.|clean_id
filter in Pattern Lab the same way you can in Drupal Twig.Changelog
🏍 2.0.1 (2019-09-27)
Changelog
🏍 2.0.0 (2019-09-13)
.gitignore
for compiled files.@font-face
and locally hosted fonts.README.md
with information about Pattern Lab and advice on starting a new project using the generator.Changelog
🕷 1.4.0 (2017-09-01)
package.json
.package.json
file similar to Babel env. This sets us up for when both Babel env and Autoprefixer use the same config.Changelog
👾 1.3.4 (2017-07-12)
Added a default description that's basically a reminder to update the theme description later. Thanks to Kevin for finding that Drupal chokes if there's no description provided.
Thanks Kevin for the issue!
Updated eslint to the new format. (Added a .yml
extension.) Also fixed an issue where eslint will check the parent directories looking for a config file. This meant it could find other eslint config files and try to use those too.
Fixed macro namespace for icon macro. This made it p much broken out of the box.
Thanks Tim and Eric for the issue!
Fixed issue with npm shrinkwrapping before all dev dependencies are installed.
Added drupal.init.js
to KSS builder template.
Thanks Eric for the issue!
Updated all build tool dev dependencies to the latest version.