Installation
NPM
You can install css pro layout with NPM
npm install css-pro-layout
or
yarn add css-pro-layout
CDN
If you're not using a module bundler or package manager, you can use the CDN link from unpkg.com
<link href="https://unpkg.com/css-pro-layout/dist/css/css-pro-layout.min.css" rel="stylesheet" />
Preprocessors
A set of SCSS and Less files are also available for you to use
SCSS
If you are using SCSS in your project than you can import css-pro-layout.scss
into your scss file
@import 'css-pro-layout/dist/scss/css-pro-layout.scss';
Less
You can do the same thing with Less files, just import css-pro-layout.less
into your less file and you are good to go
@import 'css-pro-layout/dist/less/css-pro-layout.less';