Commit updated Javascript packages
This commit is contained in:
31
build/javascript/node_modules/tailwindcss/lib/plugins/divideStyle.js
generated
vendored
Normal file
31
build/javascript/node_modules/tailwindcss/lib/plugins/divideStyle.js
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _default;
|
||||
|
||||
function _default() {
|
||||
return function ({
|
||||
addUtilities,
|
||||
variants
|
||||
}) {
|
||||
addUtilities({
|
||||
'.divide-solid > :not(template) ~ :not(template)': {
|
||||
'border-style': 'solid'
|
||||
},
|
||||
'.divide-dashed > :not(template) ~ :not(template)': {
|
||||
'border-style': 'dashed'
|
||||
},
|
||||
'.divide-dotted > :not(template) ~ :not(template)': {
|
||||
'border-style': 'dotted'
|
||||
},
|
||||
'.divide-double > :not(template) ~ :not(template)': {
|
||||
'border-style': 'double'
|
||||
},
|
||||
'.divide-none > :not(template) ~ :not(template)': {
|
||||
'border-style': 'none'
|
||||
}
|
||||
}, variants('divideStyle'));
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user