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

Minimize css output #13

Merged
merged 1 commit into from
Nov 15, 2019
Merged

Minimize css output #13

merged 1 commit into from
Nov 15, 2019

Conversation

ferhatelmas
Copy link
Contributor

It seems broken indentation can cause issues in windows
due to different line breaks. Css output is minimized
to workaround it.

Along the way, postcss-nested is upgraded and integrated
stylelint-prettier and its config.

It seems broken indentation can cause issues in windows
due to different line breaks. Css output is minimized
to workaround it.

Along the way, postcss-nested is upgraded and integrated
stylelint-prettier and its config.
@@ -34,7 +34,7 @@ const variables = {
module.exports = {
plugins: {
'postcss-easy-import': {},
'postcss-cssnext': {},
'postcss-cssnext': { warnForDuplicates: false },
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

autoprefixer is loaded twice since nested and cssnest uses it.

Btw, we need to move to postcss-preset-env

@jaapbakker88 jaapbakker88 merged commit bbd2d64 into master Nov 15, 2019
@delete-merged-branch delete-merged-branch bot deleted the minimize-css branch November 15, 2019 16:07
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

Successfully merging this pull request may close these issues.

None yet

2 participants