https://github.com/statisticssweden/pxweb-scb-style
SCBs own, alternative UI for the statistical database interface PxWeb.
https://github.com/statisticssweden/pxweb-scb-style
pxweb sass scb statisticssweden
Last synced: 5 months ago
JSON representation
SCBs own, alternative UI for the statistical database interface PxWeb.
- Host: GitHub
- URL: https://github.com/statisticssweden/pxweb-scb-style
- Owner: statisticssweden
- Created: 2021-03-30T13:11:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T12:34:37.000Z (over 3 years ago)
- Last Synced: 2025-10-20T11:44:42.539Z (8 months ago)
- Topics: pxweb, sass, scb, statisticssweden
- Language: HTML
- Homepage: https://pxweb-style.netlify.app/
- Size: 10.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PxWeb SCB style
This is SCBs own alternative UI to use with default PxWeb.
The goal for this repo is to provide a setup that is easy to customize and simpler to maintain.
[The original SASS code for PxWeb](https://github.com/statisticssweden/PxWeb/tree/master/PXWeb/Resources/Styles)
## Read about
- [Getting started](docs/start.md)
- [Optimize for speed](/docs/optimize.md)
- [Work with SASS](/docs/sass.md)
## About the repo
### Goals
- Make it easy to customize without deep knowledge of the HTML and CSS of PxWeb
- Shrink the number of files
- Shrink the total size of CSS
- Make it possible to run PX Web with only system fonts
- Offer a lightweight default font
- Create a more maintainable CSS build
- Make it easier to co-op with design
### Stats
**The alternative SCB style**
50kb of CSS and 50kb of fonts
**Default PxWeb**
220kb of CSS and 120kb of fonts
**Statistical database**
310kb of CSS and 150kb of fonts
The number of request has been reduced from 25-28 to a meager 4-8 (Depending on font load).
## CDN
This is not an official CDN but we use it to ease testing and development until we move the code to SCBs organization.
[The latest build of this repo is hosted on Netlify](https://pxweb-scb-style.netlify.app/)
## Official PX Web Repo
[The official PX Web Repo](https://github.com/statisticssweden/PxWeb)