Commit 96865818 authored by Mark Florian's avatar Mark Florian

Merge branch 'leipert-replace-node-sass-with-sass' into 'master'

Replace node-sass with sass

See merge request gitlab-org/gitlab!60609
parents 0f45d98a 53996f25
const fs = require('fs');
const sass = require('node-sass');
const path = require('path');
const postcss = require('postcss');
const prettier = require('prettier');
const sass = require('sass');
const utils = require('./stylelint-utils');
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment