Skip to content

bariskrdrl/uikit-custom-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 

Repository files navigation

uikit banner

UIkit Custom Theme

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

How to create a custom theme with UIkit is https://getuikit.com/docs/lesshere.

I gathered all less variables and hooks in UIkit.


Getting started

You have the following options to get UIkit:


Examples Filex

custom/

    <!-- entry file for Less compiler -->
    my-theme.less

    <!-- folder with single Less files -->
    my-theme/

        <!-- imports all components in this folder -->
        _import.less

        <!-- one file per customized component -->
        accordion.less
        alert.less
        ...

    <!-- custom icons -->
    icons/
        ...

Compile

To compile UIkit and your custom theme into CSS, run the pnpm task compile Run once to install all dependencies pnpm install Compile all source files including your theme pnpm compile Watch files and compile automatically everytime a file changes pnpm watch


Browser Support

Firefox Safari Chrome Edge Opera
Latest ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔

Tested With
BrowserStack

Copyright and License

Copyright YOOtheme GmbH under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages