DocSpring / craco-antd

A craco plugin to use Ant Design with create-react-app
MIT License
234 stars 49 forks source link

Media queries in customizeTheme #101

Open aalmada opened 2 years ago

aalmada commented 2 years ago

Is it possible to use media queries like the following in the customizeTheme property?

@media screen and (max-width: 768px) {
  .ant-layout-header , .ant-layout-content {
    padding: 0 24px !important
  }
}