tegel-styles
v1.0.0-beta.0
Published
CSS styling package for Tegel Design System.
Downloads
7
Maintainers
Readme
tegel-styles
@tegel-styles is a package that provides the foundational styles for the Tegel Design System.
User can choose to import all foundational styles or only the ones they need.
Beside the styles, it also includes a ag-grid-styles.css
file that serves as Tegel theme for the AG-Grid table library.
Contents
@tegel-styles/
├── dist/
├── customization/
│ └── ag-grid/
│ └── quartz-theme-override.css
└── foundations/
├── colors.css
├── main.css
├── grid.css
├── logotype.css
├── spacing.css
└── typography.css
foundation.css imports all other files found under the foundations folder. Using it eliminates the need to import all other files.
Installation
You can install the package via npm:
npm install @tegel-styles
Usage
To use the styles in your project, simply import the CSS file in your main stylesheet. Here is an exmaple of importing the main foundation file:
import '@tegel-styles/dist/foundations/main.css';
Contributing
We welcome contributions to improve the package. Please follow the guidelines in the CONTRIBUTING.md file.
License
This project is licensed under the MIT License. See the LICENSE file for details.