Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-loader
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pi-plusplus
fork-from-github
vue-loader
Commits
e8be394c
Unverified
Commit
e8be394c
authored
Sep 22, 2019
by
Haoqun Jiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: use prependData in sass-loader >= v8
parent
0bcf3b70
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
pre-processors.md
docs/guide/pre-processors.md
+2
-1
pre-processors.md
docs/ru/guide/pre-processors.md
+2
-1
pre-processors.md
docs/zh/guide/pre-processors.md
+2
-1
No files found.
docs/guide/pre-processors.md
View file @
e8be394c
...
...
@@ -88,7 +88,8 @@ Note that `sass-loader` processes the non-indent-based `scss` syntax by default.
loader
:
'sass-loader'
,
options
:
{
// you can also read from a file, e.g. `variables.scss`
data
:
`$color: red;`
// use `data` here if sass-loader version < 8
prependData
:
`$color: red;`
}
}
]
...
...
docs/ru/guide/pre-processors.md
View file @
e8be394c
...
...
@@ -88,7 +88,8 @@ module.exports = {
loader
:
'sass-loader'
,
options
:
{
// вы можете также указать файл, например `variables.scss`
data
:
`$color: red;`
// use `data` here if sass-loader version < 8
prependData
:
`$color: red;`
}
}
]
...
...
docs/zh/guide/pre-processors.md
View file @
e8be394c
...
...
@@ -88,7 +88,8 @@ module.exports = {
loader
:
'sass-loader'
,
options
:
{
// 你也可以从一个文件读取,例如 `variables.scss`
data
:
`$color: red;`
// 如果 sass-loader 版本 < 8,这里使用 `data` 字段
prependData
:
`$color: red;`
}
}
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment