Problem/Motivation

In #2716773: [Meta] Convert 7.x-6.x Twig components to be Drupal 8-compatible, we are converting all the old components from Zen 7.x-6.x to be compatible with Drupal 8.

One of the tedious bits is to remember to:

  1. Convert the _[component].scss Sass partial to a full [component].scss stylesheet.
  2. Create a library for the newly generated CSS file.
  3. Add the CSS file to the gulpfile.js

I keep having to do this in projects using Zen as a base theme and need it done first even before we wire up the component Twig file.

Proposed resolution

Do the above for all unconverted components.

Remaining tasks

Everything

Comments

JohnAlbin created an issue. See original summary.

JohnAlbin’s picture

Title: Add libraries for old uncoverted components » Add libraries for old unconverted components
JohnAlbin’s picture

Hmm… not sure why it isn't showing automatically. But commit is at http://cgit.drupalcode.org/zen/commit/?id=4963264

JohnAlbin’s picture

Assigned: JohnAlbin » Unassigned
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.