This is a SASS-based CSS framework consisting of basic HTML controls such as buttons, labels, inputs, selects, checkboxes, radios and simple components such as rows and blocks purposed for controls' grouping and positioning.
In order to build the framework follow these simple steps:
-
Clone this repo.
-
Run the following command from repo's root directory:
npm install
-
Build CSS:
npm run build
and find generated files in
dist
directory. -
Start local web server:
npm start
and see the results in a browser accessing http://localhost:6060.