defcss
v2.0.1
Published
A front-end CSS library for developing auto format, client side on the web page.
Downloads
52
Maintainers
Readme
CSS Defcss
A front-end CSS library for developing auto format, client side on the web page.
Downloading defcss using npm or Yarn
# install locally (recomended)
yarn add defcss
# install locally (recomended)
npm install defcss --save
Implements defcss
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">