@kth/style
v1.13.0
Published
Styles and components used across KTH.
Maintainers
Keywords
Readme
@kth/style
Styles and components used across KTH.
Documentation available in the KTH Style website
Structure
@kth/style
├── src/
│ ├── index.ts
│ └── components
├── scss/
│ ├── components
│ ├── tokens
│ └── utils
├── assets
├── ...
├── package.json
└── rollup.config.mjsscsscontains all CSS. Those can be imported as they aresrccontains source for JavaScript components. Written in JavaScriptsrc/componentsare the components that do not use Reactindex.tsandreact.tsre-export the content in the respectivecomponentsdirectories
assetsare static assets like the fonts and logotype. This is meant to be exposed by apps using KTH Style
