1.0.4 • Published 5 years ago
nvcss v1.0.4
nvcss
nvcss
Install
npm install nvcss
Partly Usage In Jsdoc
partly, still in progresing.........
Usage
npm install nvcss -g
NVCSS# nvcss_flex_help ai
{ s: 'flex-start',
e: 'flex-end',
b: 'baseline',
c: 'center',
st: 'stretch' }
NVCSS#
NVCSS# nvcss_flex_help
{ fd: 'flex-direction',
fb: 'flex-basis',
fg: 'flex-grow',
fs: 'flex-shrink',
fw: 'flex-wrap',
ai: 'align-items',
ac: 'align-content',
as: 'align-self',
jc: 'jutify-content' }
npm install nvcss -g
NVCSS#
nvcss_flex flex_fd@r_jc@sa_ai@e
flex-direction:row;
jutify-content:space-around;
align-items:flex-end;
NVCSS#
NVCSS# nvcss_flex flex_fd@r_jc@sa_ai@e 20
flex-direction:row;
jutify-content:space-around;
align-items:flex-end;
flex-basis:20%;
flex-grow:20;
flex-shrink:20;
NVCSS#