@biodata/styles v0.10.0
@biodata/Styles
Styles
Package includes a variety of pre-styled components and utility classes that can be used to speed up development and maintain consistency across your project:
- Common scope partials and its loader
- Custom properties
- Variables
- Mixins
- Functions
- Placeholders
- Helpers
Installation
You can install the @biodata/styles Package using npm or yarn:
npm login
npm install @biodata/styles
# or
yarn add @biodata/styles
Usage
- Import the rellevant SCSS partials to your project:
@import '{path to node_modules}/@biodata/styles/src/{partial name}';
- You can then use the predefined styles, variables, and mixins within your own SCSS code.
Dependencies
@biodata/tokens is a dependency.
Jest Testing
We've included unit tests for the design tokens using Jest. To run the tests, use the following command:
npx jest
This will execute the Jest test suite and ensure the integrity of the design token definitions.
Contributing
Contributions to the SCSS Styles Package are welcome! If you have improvements, bug fixes, or new features to add, please follow these steps:
- Fork the repository.
- Create a new branch for your feature/fix.
- Make your changes and test them thoroughly.
- Commit your changes with clear commit messages.
- Push your branch to your fork.
- Create a pull request detailing your changes.
Please ensure that your code follows the existing coding style and conventions.
License
@biodata/styles Package is licended under @biodata
We hope the SCSS Styles Package simplifies and enhances the styling of your web projects!
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago