uswds / uswds-compile

Simple Gulp 5 functions for copying USWDS static assets and transforming USWDS Sass into browser-readable CSS.
Other
20 stars 13 forks source link

Allow USWDS Compile to have option of Sass or Sass embedded #32

Open brunerae opened 2 years ago

brunerae commented 2 years ago

Relates to: https://github.com/uswds/uswds-compile/issues/20 and https://github.com/uswds/uswds-compile/issues/28

Create a new setting that lets you compile Sass with plain Sass or Sass embedded.

thisisdano commented 2 years ago

@mejiaj I'm disinclined to pursue this solution, as it seems like an unnecessary complexity, but I'd like your opinion on the severity of the problem this would solve and the complexity of the solution.

smustgrave commented 1 year ago

ran into this error again for ddev same issue.

smustgrave commented 1 year ago

Updating sass-embeded fixed it https://github.com/uswds/uswds-compile/pull/47/files

mejiaj commented 1 year ago

@thisisdano agreed. Sass embedded is meant to support legacy and new API. This doesn't seem like an issue any more.