-
Notifications
You must be signed in to change notification settings - Fork 27
USWDS-Compile - Feature: Ability to specify external packages #59
Copy link
Copy link
Open
Labels
Affects: CompilingRelated to compiling Sass or JavaScriptRelated to compiling Sass or JavaScriptContext: JavaScriptIssue is in JavaScriptIssue is in JavaScriptNeeds: RefinementWe need to give this issue more detailWe need to give this issue more detailRole: DevDevelopment/engineering skills neededDevelopment/engineering skills neededStatus: Voting Open 👍Collecting upvotes to measure community interestCollecting upvotes to measure community interestType: Feature RequestNew functionalityNew functionality
Metadata
Metadata
Assignees
Labels
Affects: CompilingRelated to compiling Sass or JavaScriptRelated to compiling Sass or JavaScriptContext: JavaScriptIssue is in JavaScriptIssue is in JavaScriptNeeds: RefinementWe need to give this issue more detailWe need to give this issue more detailRole: DevDevelopment/engineering skills neededDevelopment/engineering skills neededStatus: Voting Open 👍Collecting upvotes to measure community interestCollecting upvotes to measure community interestType: Feature RequestNew functionalityNew functionality
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
On Hold
Is your feature request related to a problem? Please describe.
I have built the beginnings of a USWDS 3 custom design system package. Instead of using USWDS on a single project, and customizing it each time we use it in a new project, this will lay the foundation for us to have consistency across organization projects.
Describe the solution you'd like
To accomplish this, it was necessary to override the
buildSassfunction.So, it seems then that we need:
includePathskey of thebuildSettingsobject, and setoutputStyle: "expanded".uswds.paths.dist.css.Describe alternatives you've considered
No response
Additional context
With this change, we could document how an organization can build their own USWDS packages to support their entire organization. This also opens up the possibility for community driven packages.
Code of Conduct