https://github.com/kununu/theme
kununu's basic styling
https://github.com/kununu/theme
Last synced: 3 months ago
JSON representation
kununu's basic styling
- Host: GitHub
- URL: https://github.com/kununu/theme
- Owner: kununu
- Created: 2016-05-03T07:54:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T15:13:35.000Z (over 1 year ago)
- Last Synced: 2024-08-16T03:09:51.656Z (10 months ago)
- Language: SCSS
- Size: 131 KB
- Stars: 2
- Watchers: 17
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @kununu/kununu-theme-v3
> kununu UI on a SCSS theme
kununu's basic styling. It contains everything from reset, colors, gradients, typography and media breakpoints that are used on kununu applications.
## 📦 Installation
Install and save as a dependency on your project:
```console
npm install --save @kununu/kununu-theme-v3
```## 💻 Usage
Import files in your SCSS to begin using right away:
```scss
@import "~@kununu/kununu-theme-v3/scss/base";
@import "~@kununu/kununu-theme-v3/scss/variables";
@import "~@kununu/kununu-theme-v3/scss/typography";
```Remember that all the styles are SCSS and need to be compiled. Check [sass-loader](https://github.com/webpack-contrib/sass-loader) documentation if you're using Webpack to bundle your assets.
#### stylelint
Check out [@kununu/stylelint-config](https://www.npmjs.com/package/@kununu/stylelint-config) package with stylelint rules we use at kununu.## 🧹 Deprecated versions
**[kununu-theme](https://www.npmjs.com/package/kununu-theme)**
Used in the monolith and its original UI**[kununu-theme-v2](https://www.npmjs.com/package/@kununu/kununu-theme-v2)**
Used in new applications matching monolith's UI#### Made with ❤️ by our awesome engineering folks in Vienna and Porto