/
Themed CSS - Ant Design
Themed CSS - Ant Design
Follow this:
npm install babel-plugin-import --save-dev npm install less-vars-to-js --save-dev npm install less less-loader css-loader style-loader --save-dev
Update the webpack loaders to include a less to css to js loader.
create a client/css/theme.less file to hold the overrides for the antd theme.
Change app.js to load the antd/dist/theme.less file instead of the .css file.
Now when app.js is loaded it pulls in the antd less file, and builds it with the overrides from the theme.less file.
We use this to change the color of the buttons for example.
, multiple selections available,
Related content
Managing Translations
Managing Translations
More like this
Adding a new field to a Form
Adding a new field to a Form
More like this
Static web pages
Static web pages
More like this
Voluntarily Tool Suite
Voluntarily Tool Suite
More like this
Feature Management under CI/CD
Feature Management under CI/CD
More like this
Deployment Design
Deployment Design
More like this