Skip to content

Commit

Permalink
chore: adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchourajr committed May 30, 2024
1 parent 8061b4f commit c2afea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/tailwind-plugin/buenTypeTailwind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ type AddUtilities = {

/**
* A module that converts an object of headlines and text definitions into Tailwind CSS utilities.
*
* @todo Explore making minScreenSize and maxScreenSize configurable in createRemClamp
*/
export function buenTypeTailwind(
{ addUtilities }: { addUtilities: AddUtilities },
Expand Down
3 changes: 2 additions & 1 deletion src/utils/createRemClamp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* @param minFontSize - The minimum font size in rem
* @param maxFontSize - The maximum font size in rem
* @param minScreenSize - The minimum screen size in pixels
* @param maxScreenSize - The maximum screen size in pixels */
* @param maxScreenSize - The maximum screen size in pixels
*/
export function createRemClamp(
minFontSize: number,
maxFontSize: number,
Expand Down

0 comments on commit c2afea3

Please sign in to comment.