Sass files for DataCite services, built on top of Bootstrap.
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';
Note: Node 22+ required
git clone https://github.com/datacite/maltipoo.git
cd maltipoo
yarn install
yarn build
The generated css
files are placed in dist/stylesheets
Follow along via Github Issues.
- 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.
maltipoo is released under the MIT License.