Skip to content

Commit

Permalink
Switch to dart-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 28, 2020
1 parent 3e2f9ab commit 6e99142
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1,021 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CSS (Dart Sass)
name: CSS (node-sass)
on: [push, pull_request]
env:
CI: true
Expand All @@ -17,8 +17,8 @@ jobs:
with:
node-version: "${{ env.NODE }}"

- name: Build CSS with Dart Sass
- name: Build CSS with node-sass
run: |
npx --package sass@latest sass --version
npx --package sass@latest sass --style expanded --source-map --embed-sources --no-error-css scss/:dist-sass/css/
npx --package node-sass@latest node-sass --version
npx --package node-sass@latest node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/ -o dist-sass/css/
ls -Al dist-sass/css
Loading

0 comments on commit 6e99142

Please sign in to comment.