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

PostCSS 8 #150

Closed
ai opened this issue Sep 17, 2020 · 1 comment · Fixed by #151
Closed

PostCSS 8 #150

ai opened this issue Sep 17, 2020 · 1 comment · Fixed by #151

Comments

@ai
Copy link

ai commented Sep 17, 2020

  • Node Version: 14.0
  • NPM Version: 6.4
  • postcss Version: 8
  • postcss-less Version: 3.1.4

LESS

N/A

JavaScript

N/A

Expected Behavior

postcss-less should have a major release with PostCSS 8 in dependencies to be able to generate PostCSS 8 AST.

PostCSS 8 changelog

Actual Behavior

postcss-less is still using PostCSS 7 and incompatible with PostCSS 8.

How can we reproduce the behavior?

@shellscape
Copy link
Owner

👍 I'll take a look

ludofischer added a commit to ludofischer/postcss-less that referenced this issue Oct 20, 2020
Fixes: shellscape#150

* chore(deps): bump `postcss` to latest version.
* chore(deps): bump `postcss-parser-tests` to latest version.
* refactor(tests): use new `postcss-parser-tests` exports.

BREAKING CHANGE: drop Node 8 support, as PostCSS 8 requires Node >= 10.
shellscape pushed a commit that referenced this issue Oct 21, 2020
Fixes: #150

* chore(deps): bump `postcss` to latest version.
* chore(deps): bump `postcss-parser-tests` to latest version.
* refactor(tests): use new `postcss-parser-tests` exports.

BREAKING CHANGES: drop Node 8 support, as PostCSS 8 requires Node >= 10.
shellscape pushed a commit that referenced this issue Jul 12, 2021
* fix: source map (following #150)

* lint map.test.js

Co-authored-by: essentia0 <contact@essentia0.me>
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 a pull request may close this issue.

2 participants