@a2000/styles
v0.0.34
Published
Default A2K Styles
Downloads
111
Readme
Styles
The default stylesheet for a2k.
Quick Start
Using a package manager
- Begin by installing with your favourite package manager:
npm install @a2000/styles
- Use within your HTML template as follows:
Using a CDN
- Add the following link to your HTML template
Utilities
This package offers a handful of utilities that can be used instead of web components to prevent FOUC
.fixed-container
Fixes the element to across the entire height and width of the viewport. This can be used for loading screens.
Overriding default styles
These styles can be overriden by:
- Providing your own base stylesheet that uses the same CSS variables
- Overriding the CSS variables in a css file imported later in the DOM