-
-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Description
If I understand the docs correctly, CSS preprocessors are optional and should be false by default1.
$ preact create
--less Pre-install LESS support [boolean] [default: false]
--sass Pre-install SASS/SCSS support [boolean] [default: false]
But a clean install adds bunch of LESS files.
~/dev » preact --version
preact-cli 1.1.0
~/dev » preact create test-pwa && cd test-pwa
✔ Done!
dev/test-pwa » tree ./src
|____src
| |____routes
| | |____home
| | | |____index.js
| | | |____style.less
| | |____profile
| | | |____index.js
| | | |____style.less
| |____style
| | |____helpers.less
| | |____index.less
Are the docs incorrect, or am I mistaken?
Metadata
Metadata
Assignees
Labels
No labels