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

umweltdk/umweltdk-frontend-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';