https://github.com/datacite/maltipoo
Base stylesheet for DataCite
https://github.com/datacite/maltipoo
Last synced: 5 months ago
JSON representation
Base stylesheet for DataCite
- Host: GitHub
- URL: https://github.com/datacite/maltipoo
- Owner: datacite
- License: mit
- Created: 2024-05-31T11:12:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T19:03:49.000Z (about 1 year ago)
- Last Synced: 2025-09-11T10:20:16.728Z (10 months ago)
- Language: SCSS
- Size: 749 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maltipoo - DataCite Stylesheets
Sass files for DataCite services, built on top of [Bootstrap](https://getbootstrap.com/).
## Importing
Import into a JavaScript project using yarn to add directly from the GitHub repo. Specify the version in the command.
example: `yarn add https://github.com/datacite/maltipoo#0.0.1`
Then import into a `css` file
`@import 'maltipoo/dist/stylesheets/doi.min.css';`
or a JavaScript file
`import 'maltipoo/dist/stylesheets/doi.min.css';`
## Local development
Note: Node 22+ required
### Run directly on your OS
#### Prerequisites
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [Node.js v22.x](https://nodejs.org/en/)
- [Yarn Classic](https://classic.yarnpkg.com/)
#### Install and build
1. `git clone https://github.com/datacite/maltipoo.git`
2. `cd maltipoo`
3. `yarn install`
4. `yarn build`
The generated `css` files are placed in `dist/stylesheets`
## Issues
Follow along via [Github Issues](https://github.com/datacite/maltipoo/issues).
## Notes on Patches/Pull Requests
* Fork the project
* Write tests for your new feature or a test that reproduces a bug
* Implement your feature or make a bug fix
* Do not mess with version or history
* Commit, push and make a pull request. Bonus points for topical branches.
## License
**maltipoo** is released under the [MIT License](https://github.com/datacite/maltipoo/blob/main/LICENSE).