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
I was looking for something to prettify my css. Didn't read the docs at first (shame on me) otherwise I would have seen it clearly mention it doesn't add new lines.
But while I was finally there, I noticed that ES6 import is wrong.
TL;DR:
Docs say import indent from 'indent.js';
Correct usage: import { indent } from 'indent.js';
The text was updated successfully, but these errors were encountered:
I was looking for something to prettify my css. Didn't read the docs at first (shame on me) otherwise I would have seen it clearly mention it doesn't add new lines.
But while I was finally there, I noticed that ES6 import is wrong.
TL;DR:
Docs say
import indent from 'indent.js';
Correct usage:
import { indent } from 'indent.js';
The text was updated successfully, but these errors were encountered: