Skip to content

Instantly share code, notes, and snippets.

@kraftner
Created August 17, 2021 11:47
Show Gist options
  • Save kraftner/3ab41729a9799d0adba71e0c942b70d0 to your computer and use it in GitHub Desktop.
Save kraftner/3ab41729a9799d0adba71e0c942b70d0 to your computer and use it in GitHub Desktop.
TypeError: Cannot read property 'insertAfter' of undefined
{
"name": "css-declaration-sorter-issue-170",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "mix --production"
},
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"laravel-mix": "^6.0.27",
"resolve-url-loader": "^4.0.0",
"sass": "^1.38.0",
"sass-loader": "^12.1.0"
}
}
.class {
/*!rtl:begin:ignore*/
direction: ltr;
/*!rtl:end:ignore*/
}
let mix = require('laravel-mix');
mix.sass('test.scss', 'dist', {
sassOptions: {
//outputStyle: 'expanded'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment