Blame view

天文台pc/tianwentai-ui/src/styles/tailwind.css 275 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
  @import 'tailwindcss' source(none);
  @source '../**/*.{js,ts,jsx,tsx}';
  
  @import 'tw-animate-css';
  
  /* 横屏 / 竖屏 媒体查询,供 utility 使用 */
  @custom-variant landscape (@media (orientation: landscape));
  @custom-variant portrait (@media (orientation: portrait));