We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ba529 commit c9263a1Copy full SHA for c9263a1
src/corePlugins/height.js
@@ -1,6 +1,6 @@
1
const { asValue, nameClass } = require('../pluginUtils')
2
3
-module.exports = function ({ matchUtilities, jit: { theme } }) {
+module.exports = function ({ matchUtilities }) {
4
matchUtilities({
5
h: (modifier, { theme }) => {
6
let value = asValue(modifier, theme['height'])
src/corePlugins/width.js
w: (modifier, { theme }) => {
let value = asValue(modifier, theme['width'])
0 commit comments