fdsfd
This commit is contained in:
parent
628618df89
commit
e031240dff
3749 changed files with 1120848 additions and 1 deletions
31
node_modules/tailwindcss/lib/plugins/saturate.js
generated
vendored
Normal file
31
node_modules/tailwindcss/lib/plugins/saturate.js
generated
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _default;
|
||||
|
||||
function _default() {
|
||||
return function ({
|
||||
config,
|
||||
matchUtilities,
|
||||
theme,
|
||||
variants
|
||||
}) {
|
||||
matchUtilities({
|
||||
saturate: value => {
|
||||
return {
|
||||
'--tw-saturate': `saturate(${value})`,
|
||||
...(config('mode') === 'jit' ? {
|
||||
'@defaults filter': {},
|
||||
filter: 'var(--tw-filter)'
|
||||
} : {})
|
||||
};
|
||||
}
|
||||
}, {
|
||||
values: theme('saturate'),
|
||||
variants: variants('saturate'),
|
||||
type: 'any'
|
||||
});
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue