1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

Switch to dart-sass (#1264)

This commit is contained in:
Yannick Ihmels
2022-09-20 11:24:09 +02:00
committed by GitHub
parent dc25943bd0
commit 8821080b5b
4 changed files with 420 additions and 2206 deletions

View File

@@ -1,7 +1,7 @@
const gulp = require('gulp'), const gulp = require('gulp'),
debug = require('gulp-debug'), debug = require('gulp-debug'),
clean = require('gulp-clean'), clean = require('gulp-clean'),
sass = require('gulp-sass')(require('node-sass')), sass = require('gulp-sass')(require('sass')),
postcss = require('gulp-postcss'), postcss = require('gulp-postcss'),
header = require('gulp-header'), header = require('gulp-header'),
cleanCSS = require('gulp-clean-css'), cleanCSS = require('gulp-clean-css'),

2617
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -143,7 +143,7 @@
"rollup": "^2.79.0", "rollup": "^2.79.0",
"rollup-plugin-babel": "^4.4.0", "rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-cleanup": "^3.2.1",
"sass": "^1.54.8", "sass": "^1.54.9",
"tinymce": "^6.1.2", "tinymce": "^6.1.2",
"tom-select": "^2.1.0", "tom-select": "^2.1.0",
"vinyl-buffer": "^1.0.1", "vinyl-buffer": "^1.0.1",
@@ -154,8 +154,7 @@
"dependencies": { "dependencies": {
"@popperjs/core": "^2.11.6", "@popperjs/core": "^2.11.6",
"@tabler/icons": "^1.96.0", "@tabler/icons": "^1.96.0",
"bootstrap": "5.2.0", "bootstrap": "5.2.0"
"node-sass": "^7.0.1"
}, },
"peerDependencies": { "peerDependencies": {
"apexcharts": "^3.35.5", "apexcharts": "^3.35.5",

View File

@@ -1,5 +1,3 @@
@use "bootstrap";
// All colors // All colors
@each $color, $value in $theme-colors { @each $color, $value in $theme-colors {
.bg-#{"" + $color} { .bg-#{"" + $color} {