Revert "Commit updated Javascript packages"
This reverts commit a88734348a.
This commit is contained in:
24
build/javascript/node_modules/tailwindcss/lib/plugins/fontSmoothing.js
generated
vendored
24
build/javascript/node_modules/tailwindcss/lib/plugins/fontSmoothing.js
generated
vendored
@@ -1,24 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _default;
|
||||
|
||||
function _default() {
|
||||
return function ({
|
||||
addUtilities,
|
||||
variants
|
||||
}) {
|
||||
addUtilities({
|
||||
'.antialiased': {
|
||||
'-webkit-font-smoothing': 'antialiased',
|
||||
'-moz-osx-font-smoothing': 'grayscale'
|
||||
},
|
||||
'.subpixel-antialiased': {
|
||||
'-webkit-font-smoothing': 'auto',
|
||||
'-moz-osx-font-smoothing': 'auto'
|
||||
}
|
||||
}, variants('fontSmoothing'));
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user