Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

Transpile LESS code to CSS with webpack #5

Closed
Ifycode opened this issue May 2, 2021 · 0 comments
Closed

Transpile LESS code to CSS with webpack #5

Ifycode opened this issue May 2, 2021 · 0 comments

Comments

@Ifycode
Copy link
Contributor

Ifycode commented May 2, 2021

Before now, less code was transpiler to CSS with lessc src/less/styles.less src/css/styles.css and (then watched with nodemon).

Task:

  • Now that we are using webpack, transpile LESS to CSS using webpack.

Consider these too:

We have separate less files referenced in the style.less file.

  • Is it possible to have the css files generated split into separate CSS files like that?
  • At the same time, can we have a css file that contains all the CSS?

We want to also separate our CSS bundles so that users have the choice to only import what they need.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant