https://github.com/kth/kth-style
KTH style
https://github.com/kth/kth-style
kth-style scss
Last synced: 3 months ago
JSON representation
KTH style
- Host: GitHub
- URL: https://github.com/kth/kth-style
- Owner: KTH
- License: mit
- Created: 2019-06-26T13:31:37.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T13:38:27.000Z (about 2 years ago)
- Last Synced: 2024-04-10T19:07:53.548Z (about 2 years ago)
- Topics: kth-style, scss
- Language: JavaScript
- Size: 2.01 MB
- Stars: 1
- Watchers: 15
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KTH STYLE
### Notice
This package is being deprecated and will eventually be replaced by [@kth/style](https://github.com/KTH/style).
- **`main` branch**: Contains the deprecated version 9 of this package.
- **`deprecation` branch**: This branch is the base for version 10, which is still in use but will also be removed in the future.
When making changes, please use the `deprecation` branch
For future development, consider migrating to [@kth/style](https://github.com/KTH/style).
## kth-style
KTH base stylesheets and javascript package and a custom build of Bootstrap 4. The purpose of this project is to provide the essential design and style for applications within KTH and make the development process of these applications faster.
### How to generate icons in base64 format
**Working as intended on MacOS, not Ubuntu!**
- Add the icon into the `/public/img/kth-style/icons` folder
- Run the script ./generate-svg-data.sh to generate the icons
### Included file structure in dist folder
dist
├── css
├── fonts
├── img
│ └── kth-style
│ └── icons
└── js
## Note about Klaro CSS
The original Klaro CSS contains validation errors so the actual CSS file has been extracted and updatet to validate.
The file is placed here and the update could be found by searching for "Updated manually to validate".
└── public
└── css
└── klaro.css