-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting postcss-url maxSize #128
Conversation
4d43356
to
1eb0a10
Compare
🆗 |
@@ -96,6 +96,7 @@ module.exports = buildFlow.create() | |||
.name('stylus') | |||
.target('target', '?.css') | |||
.defineOption('url', 'rebase') | |||
.defineOption('inlineMaxSize', undefined) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
option undefined
by default
1eb0a10
to
74a4be7
Compare
@blond, |
|
||
Тип: `String`. По умолчанию: `''`. | ||
|
||
Максимальный размер файла, который будет закодирован в base64 в режиме `rebase`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
режиме rebase
-> режиме inline
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
надо добавить что размер в kbytes
74a4be7
to
f066a1a
Compare
@blond, поправил. |
👍 |
Выпустил |
Makes possible setting postcss-url option
maxSize
. #85