A front-end CSS library for developing auto format, client side on the web page.
# install locally (recomended)
yarn add defcss
# install locally (recomended)
npm install defcss --save
Note: Implement <link>
in <head>
section on your web page.
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/defcss.min.css" rel="stylesheet">