mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
Build(deps-dev): Bump sass-true from 6.1.0 to 7.0.0
This commit is contained in:
committed by
Mark Otto
parent
fabe074199
commit
31ee235638
@@ -9,9 +9,11 @@ const path = require('node:path')
|
||||
module.exports = (filename, { describe, it }) => {
|
||||
const data = fs.readFileSync(filename, 'utf8')
|
||||
const TRUE_SETUP = '$true-terminal-output: false; @import "true";'
|
||||
const sassString = TRUE_SETUP + data
|
||||
|
||||
runSass({
|
||||
data: TRUE_SETUP + data,
|
||||
includePaths: [path.dirname(filename)]
|
||||
}, { describe, it })
|
||||
runSass(
|
||||
{ describe, it, sourceType: 'string' },
|
||||
sassString,
|
||||
{ loadPaths: [path.dirname(filename)] }
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user