每次我将 text-4xl 更改为 text-6xl 时,它都会缩小。
import React from 'react';
import {} from '@hookstate/core';
import './App.scss';
export const App = () => {
return (
<div className="flex flex-row justify-center h-screen items-center">
<h1 className="text-gray-900 font-bold text-4xl">Hello, world!</h1>
</div>
);
};
您使用的是哪个版本的 Tailwind CSS?
^3.0.2
您正在使用哪些技术?
pNpm、React.js、Snowpack、Post CSS、Tailwind CSS
你试过做什么?
TAILWIND_MODE=手表,NODE_ENV=开发