Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Can you customize CSS preprocessor used? #1

Closed
DCzajkowski opened this issue May 22, 2018 · 3 comments
Closed

Can you customize CSS preprocessor used? #1

DCzajkowski opened this issue May 22, 2018 · 3 comments
Labels

Comments

@DCzajkowski
Copy link

Great job! My only concern is that you are currently using Less by default. Are you planning on implementing CLI options for Sass and pure CSS? If so, what is the ETA?

I think it should be also noted in the readme, that Less is the default currently.

@zaknesler
Copy link
Owner

I would not be opposed to adding them, per se. For now, I am more focused on the structure and the overall feel of the design more than the extensibility towards other preprocessors, considering that would require the updating of several files just to make a single change. So I will keep this in mind for a future release!

@zaknesler
Copy link
Owner

zaknesler commented May 22, 2018

@DCzajkowski I looked into this, and because the PresetCommand class is already registered, and is extended via macro, you cannot add any other arguments or options to the command. Creating a new command is redundant, and adding a separate command for each preprocessor does not make much sense, either.

Do you have any ideas as to how it should be done? If not, I'm just going to hold off on this idea and leave it as Less. I guess it's also worth mentioning that no other preset has this option available.

@zaknesler
Copy link
Owner

I'm going to close this for now, as there isn't a great way to handle this, and would only complicate things in the future.

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

No branches or pull requests

2 participants