# chameleon **Repository Path**: mirrors_openSUSE/chameleon ## Basic Information - **Project Name**: chameleon - **Description**: openSUSE Design System for Web - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Chameleon openSUSE Design System for Web. - Based on [Bootstrap 4](https://getbootstrap.com/) - Extend [Remix Icon](https://remixicon.com/) - Comply [openSUSE Brand Guidelines](https://opensuse.github.io/branding-guidelines/) - Use graphics from [openSUSE Artwork](https://github.com/openSUSE/artwork) - Combine [EOS Design System](https://opensuse.eosdesignsystem.com/) ## Use CDN Chameleon asset files are hosted at to improve webpage loading speed. This is the most recommended way to use Chameleon. ```html ``` If the site is based on Bootstrap 3, here is a minimal build to use: ```html ``` ## Use NPM If the website requires a lot of SaSS variables and mixins from Chameleon and Bootstrap, then you need to install the package locally. ```bash npm install --save @opensuse/chameleon ``` Here are different build system you can use: Webpack, Gulp, Grunt, Rollup. But ways to import SCSS and JS files are similiar. ```scss // SCSS @import "@opensuse/chameleon"; ``` ```js // CJS require("@opensuse/chameleon"); // ES6 import "@opensuse/chameleon"; ``` ## Examples Here are already several websites integrated with Chameleon. - - -