-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Description
Just a couple of follow-ups from #6538
- We should be able to remove this commented code
patternfly/scripts/gulp/sass.mjs
Lines 23 to 29 in 188ae60
// This hack is to not include sass-utilities/placeholders.scss CSS more than once // in our production patternfly.css BUT still be able to compile individual SCSS files. // As soon as node-sass is updated to a libsass version that supports @use rule, we should // `@use "../../sass-utilities/all";` // if (numDirectories > 0) { // scss = `@use "${'../'.repeat(numDirectories)}config/_index";\n${scss}`; // } - These
@useimports at the top ofpficon.scsswere added, but that file is generated viayarn build:pficonfontfrom scripts/gulp/icons_template.scss, so we should move the imports to that template file - otherwise, they'll be blown away any time we generate new pficons
Reactions are currently unavailable
Metadata
Metadata
Labels
Type
Projects
Status
Done