Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 805 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 805 Bytes

Umwelt Framework

Umwelt Framework is a small CSS framework. It specialised for general usage thus most Umwelt related projects. Simply sets basic styles to elements, allows scalability and applies coding standardization for different type of projects.

You can find the usage at Umwelt Sample repo

Installation

Umwelt Framework can directly install your project by copying the contents of lib folder to your assets, or you can install it as npmpackage.

Install to your project

npm i umweltdk/umweltdk-frontend-framework --save

Update

npm update umweltdk/umweltdk-frontend-framework

Import the framework to your projects.

@import 'umweltdk-frontend-framework';