You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems GitHub is using a new CSS feature (@container) where the css module cannot parse it. The css module is not updated for 3 years and obviously it lacks some newly adapted CSS features like nesting, layers and so on. So we need to either --
Information
OS: Windows 11, using Command Prompt on Windows Terminal
Node:
v18.17.0
npm:
9.8.1
Steps to Reproduce
git clone -b v6.1.0 https://github.com/sindresorhus/generate-github-markdown-css
npm i
npm test
Error
When I do the steps above, the following error is thrown.
Code
Above is just when I run the test for generate-github-markdown-css.
If I use the package in my own code by running the code above with
npx ts-node-esm cli.ts
, the same error is thrown.The text was updated successfully, but these errors were encountered: