libj-opacity-css
v1.2.0
Published
Creates a cross-browser style string, for a given opacity value __a float number between 0 and 1__
Downloads
3
Readme
libj-opacity-css
Part of libj tools
Creates a cross-browser style string, for a given opacity value a float number between 0 and 1
Test
- Run this in a separate command line to start node server
node server.js
- Run one of the following to re-create bundles
npm run dev
npm run dev:watch
- Navigate to http://localhost:3000
Build
npm run build
npm run build:watch