Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for minimize or compressed available? #2963

Closed
rd-mario-linz opened this issue Nov 26, 2020 · 3 comments
Closed

Option for minimize or compressed available? #2963

rd-mario-linz opened this issue Nov 26, 2020 · 3 comments

Comments

@rd-mario-linz
Copy link

Is there an option available for minimize or compressed?

Best regards,
Mario

@zaydek
Copy link

zaydek commented Nov 27, 2020

From the CLI:

-s, --style=<NAME>             Output style.
                               [expanded (default), compressed]

So you can do sass --style=expanded ... or sass --style=compressed ....

Does that answer your question?

@babakfp
Copy link

babakfp commented Nov 29, 2020

The easy way is to use Prepros.

@Awjin
Copy link
Contributor

Awjin commented Dec 2, 2020

@zaydek Is correct—you can specify compressed as the output style. Otherwise, if you need further minification, it's recommended to use a post processor like PostCSS.

@Awjin Awjin closed this as completed Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants