1.0.5 • Published 5 years ago
@ando105/vcss v1.0.5
VCSS
:vietnam: a customized css preprocessor created by a Vietnamese
What is?
- Syntax abstractions for complex native CSS features.:cactus:
- Can be compiled as a pre-processor
How to install
Verify if you have node and npm installed.
Command Line
$ npm install -g @ando105/vcssModule
$ npm install @ando105/vcss --saveCmd usage
Compile .vcss file to .css
$ vcss <input_path>Compile .vcss file to .css and export to a specific path
$ vcss <input_path> -o <output_path>Version
$ vcss --versionFeatures :fire:
- align property
- Intuitive box model with box property and content/border values
- Create reusable code with function
- Customized grid layout with
rowandcol - Import vcss module with native
@importsyntax - size property
- Truncated text property
- width and height property
History :hourglass:
See Releases for detailed changelog.