UNPKG

fluidms

Version:

A font-size system based on Modular Scale and Fluid Typography built with Sass and CSS custom properties.

22 lines (21 loc) 434 B
module.exports = { extends: ['@commitlint/config-conventional'], rules: { 'type-enum': [ 2, 'always', [ 'build', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'release', 'style', 'test' ] ] } };