960 SCSS Layout most used and shortests css classes.
npm install 960.css


Css base mos used methods in one css file.
Logical definition for sizes: .
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
``javascript`
import "960.css";
Live preview: npm run watchnpm run lint
Lint: npm run lint-fix
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 npnpm publish --access=public ./`
-
* https://sass-lang.com/documentation/at-rules/mixin
---
