Skip to content

Commit

Permalink
Remove deprecated node-sass (#383)
Browse files Browse the repository at this point in the history
* Remove node sass

* fix: fixed npm watch command to watch sass aswell

* Fix merge conflict fail
  • Loading branch information
yo-l1982 authored Jul 1, 2021
1 parent dfe5cb1 commit ab5c497
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 816 deletions.
4 changes: 2 additions & 2 deletions build/sassComponents/composeSass.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const fs = require('fs');
const template = require('./componentTemplate');

/**
* Node-sass package
* Sass package
*/
const sass = require('node-sass');
const sass = require('sass');

/**
* Server path
Expand Down
Loading

0 comments on commit ab5c497

Please sign in to comment.