From f3b4308cb59bf4b21ff186f8479c82239446d139 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 7 Jun 2021 12:56:27 +0200 Subject: upgrade to bootstrap 5.0.1 and first batch of fixes --- .../twbs/bootstrap/.github/workflows/dart-sass.yml | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 vendor/twbs/bootstrap/.github/workflows/dart-sass.yml (limited to 'vendor/twbs/bootstrap/.github/workflows/dart-sass.yml') diff --git a/vendor/twbs/bootstrap/.github/workflows/dart-sass.yml b/vendor/twbs/bootstrap/.github/workflows/dart-sass.yml deleted file mode 100644 index 2b867d6bd..000000000 --- a/vendor/twbs/bootstrap/.github/workflows/dart-sass.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: CSS (Dart Sass) - -on: - push: - branches-ignore: - - "dependabot/**" - pull_request: - -env: - FORCE_COLOR: 2 - NODE: 14 - -jobs: - css: - runs-on: ubuntu-latest - - steps: - - name: Clone repository - uses: actions/checkout@v2 - - - name: Set up Node.js - uses: actions/setup-node@v2 - with: - node-version: "${{ env.NODE }}" - - - name: Build CSS with Dart 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/ - ls -Al dist-sass/css -- cgit v1.2.3