Install

installing Ueyen is easy, you can download the files or use our CDN links.





Install Ueyen

You can either use the exported ready-to-implement CSS file, or you can export your own CSS using the SASS source files. In either method, you need to include the CSS file in your HTML page where you are addressing the Ueyen selectors.



        <link rel="stylesheet" href="ueyen.css"> 
        

It is a good approach to put the version number of your file at the end of the link tag, so when replacing it with a newer version those who have the file cached in their browser are able to see the changes.

<link rel="stylesheet" href="ueyen.css?v=0.1.7">


CDN

Normal version


        <link rel="stylesheet" href="https://www.qooqeecdn.com/ueyen/1.0.7/ueyen.v.1.0.7.css"> 
        

Minified version


        <link rel="stylesheet" href="https://www.qooqeecdn.com/ueyen/1.0.7/ueyen.v.1.0.7.min.css?v=0.1.7"> 
        


Found a problem? Please let me know! Give me a heads up at ali@hoborg.com