UNPKG

antd-theme-generator

Version:

This a script to generate color specific styles less file and which you can use to change theme dynamically in browser

19 lines (18 loc) 243 B
@charset "UTF-8"; @namespace less "http://lesscss.org"; @keyframes enlarger { from { font-size: 12px; } to { font-size: 15px; } } @-webkit-keyframes reducer { from { font-size: 13px; } to { font-size: 10px; } }