Css base mos used methods in one css file.
Logical definition for sizes: .<Size><Class modifier>
Simply run npm i 960.css --save-dev
or directly from git npm i https://github.com/klich3/960
Need last version, no problem run this command for this: npm i 960.css@latest
In your Vue3 project just add import line in file main.js
import "960.css";
Live preview: npm run watch
Lint: npm run lint
Lint fix: npm run lint-fix
Test: npm run prepublish
or npm run test
Compile command: npm run build:css
or npm run scss-compile
Publish script:
- npm install --global np
- npm publish --access=public ./